summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/cuda.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/cuda.mnv')
-rw-r--r--mnv/runtime/ftplugin/cuda.mnv11
1 files changed, 11 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/cuda.mnv b/mnv/runtime/ftplugin/cuda.mnv
new file mode 100644
index 0000000000..84304345f8
--- /dev/null
+++ b/mnv/runtime/ftplugin/cuda.mnv
@@ -0,0 +1,11 @@
+" MNV filetype plugin
+" Language: CUDA
+" Maintainer: Riley Bruins <ribru17@gmail.com>
+" Last Change: 2024 Jul 29
+
+if exists('b:did_ftplugin')
+ finish
+endif
+
+" Behaves mostly just like C++
+runtime! ftplugin/cpp.mnv