summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/editorconfig.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/editorconfig.mnv')
-rw-r--r--mnv/runtime/ftplugin/editorconfig.mnv15
1 files changed, 15 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/editorconfig.mnv b/mnv/runtime/ftplugin/editorconfig.mnv
new file mode 100644
index 0000000000..ce7314dacc
--- /dev/null
+++ b/mnv/runtime/ftplugin/editorconfig.mnv
@@ -0,0 +1,15 @@
+" MNV filetype plugin
+" Language: EditorConfig
+" Maintainer: Riley Bruins <ribru17@gmail.com>
+" Last Change: 2025 Jan 10
+
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+setl comments=:#,:; commentstring=#\ %s
+
+setl omnifunc=syntaxcomplete#Complete
+
+let b:undo_ftplugin = 'setl com< cms< ofu<'