summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/fga.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/fga.mnv')
-rw-r--r--mnv/runtime/ftplugin/fga.mnv13
1 files changed, 13 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/fga.mnv b/mnv/runtime/ftplugin/fga.mnv
new file mode 100644
index 0000000000..48df73eae7
--- /dev/null
+++ b/mnv/runtime/ftplugin/fga.mnv
@@ -0,0 +1,13 @@
+" MNV filetype plugin
+" Language: FGA
+" Maintainer: Riley Bruins <ribru17@gmail.com>
+" Last Change: 2025 Jul 14
+
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+setl comments=:# commentstring=#\ %s
+
+let b:undo_ftplugin = 'setl com< cms<'