summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/pq.mnv
blob: c08c682c1609d075e30d75b97fb24b71687e16bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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<'