summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/odin.mnv
blob: d740664922eeb833c0a16f2d2f26c029cdc36de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mnv9script

# MNV filetype plugin file
# Language:	Odin
# Maintainer:	Maxim Kim <habamax@gmail.com>
# Website:	https://github.com/habamax/mnv-odin
# Last Change:	2024 Jan 15
#		2024-May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring')

if exists("b:did_ftplugin")
    finish
endif
b:did_ftplugin = 1

b:undo_ftplugin = 'setlocal commentstring<'
      \ .. '| setlocal comments<'
      \ .. '| setlocal suffixesadd<'

setlocal suffixesadd=.odin
setlocal commentstring=//\ %s
setlocal comments=s1:/*,mb:*,ex:*/,://