summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/odin.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/odin.mnv')
-rw-r--r--mnv/runtime/ftplugin/odin.mnv21
1 files changed, 21 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/odin.mnv b/mnv/runtime/ftplugin/odin.mnv
new file mode 100644
index 0000000000..d740664922
--- /dev/null
+++ b/mnv/runtime/ftplugin/odin.mnv
@@ -0,0 +1,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:*/,://