summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/chatito.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/chatito.mnv')
-rw-r--r--mnv/runtime/ftplugin/chatito.mnv15
1 files changed, 15 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/chatito.mnv b/mnv/runtime/ftplugin/chatito.mnv
new file mode 100644
index 0000000000..90f0f5b0e3
--- /dev/null
+++ b/mnv/runtime/ftplugin/chatito.mnv
@@ -0,0 +1,15 @@
+" MNV filetype plugin
+" Language: Chatito
+" Maintainer: ObserverOfTime <chronobserver@disroot.org>
+" Last Change: 2022 Sep 19
+
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+setlocal comments=:#,:// commentstring=#\ %s
+" indent of 4 spaces is mandated by the spec
+setlocal expandtab softtabstop=4 shiftwidth=4
+
+let b:undo_ftplugin = 'setl com< cms< et< sts< sw<'