summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/objc.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/objc.mnv')
-rw-r--r--mnv/runtime/ftplugin/objc.mnv13
1 files changed, 13 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/objc.mnv b/mnv/runtime/ftplugin/objc.mnv
new file mode 100644
index 0000000000..57873adee5
--- /dev/null
+++ b/mnv/runtime/ftplugin/objc.mnv
@@ -0,0 +1,13 @@
+" MNV filetype plugin file
+" Language: Objective C
+" 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 C
+runtime! ftplugin/c.mnv ftplugin/c_*.mnv ftplugin/c/*.mnv