summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/abnf.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/abnf.mnv')
-rw-r--r--mnv/runtime/ftplugin/abnf.mnv17
1 files changed, 17 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/abnf.mnv b/mnv/runtime/ftplugin/abnf.mnv
new file mode 100644
index 0000000000..7c91f23aee
--- /dev/null
+++ b/mnv/runtime/ftplugin/abnf.mnv
@@ -0,0 +1,17 @@
+" Language: abnf
+" Maintainer: A4-Tacks <wdsjxhno1001@163.com>
+" Last Change: 2025-05-02
+" Upstream: https://github.com/A4-Tacks/abnf.mnv
+
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+let b:undo_ftplugin = 'setlocal iskeyword< comments< commentstring<'
+
+setlocal iskeyword=@,48-57,_,-,192-255
+setlocal comments=:;;,:;
+setlocal commentstring=;%s
+
+" mnv:ts=8