summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/btm.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/btm.mnv')
-rw-r--r--mnv/runtime/ftplugin/btm.mnv13
1 files changed, 13 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/btm.mnv b/mnv/runtime/ftplugin/btm.mnv
new file mode 100644
index 0000000000..2eaf0031d6
--- /dev/null
+++ b/mnv/runtime/ftplugin/btm.mnv
@@ -0,0 +1,13 @@
+" MNV filetype plugin file
+" Language: BTM
+" Maintainer: The MNV Project <https://github.com/Project-Tick/Project-Tick>
+" Last Change: 2023 Aug 10
+" Former Maintainer: Bram Moolenaar <Bram@mnv.org>
+
+" Only do this when not done yet for this buffer
+if exists("b:did_ftplugin")
+ finish
+endif
+
+" Behaves just like dosbatch
+runtime! ftplugin/dosbatch.mnv ftplugin/dosbatch_*.mnv ftplugin/dosbatch/*.mnv