summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/pq.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/pq.mnv')
-rw-r--r--mnv/runtime/ftplugin/pq.mnv16
1 files changed, 16 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/pq.mnv b/mnv/runtime/ftplugin/pq.mnv
new file mode 100644
index 0000000000..c08c682c16
--- /dev/null
+++ b/mnv/runtime/ftplugin/pq.mnv
@@ -0,0 +1,16 @@
+" MNV filetype plugin
+" Language: Power Query M
+" Maintainer: Anarion Dunedain <anarion80@gmail.com>
+" Last Change: 2025 Apr 3
+
+if exists('b:did_ftplugin')
+ finish
+endif
+
+let b:did_ftplugin = 1
+
+setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
+
+setlocal commentstring=//\ %s
+
+let b:undo_ftplugin = 'setl com< cms<'