summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/pkl.mnv
blob: 61bcdc0e2eed2c797d810e9f3b2ee10232bfe00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
" MNV filetype plugin
" Language:	Pkl
" Maintainer:	Riley Bruins <ribru17@gmail.com>
" Last Change:	2025 Jul 14
" 2025 Oct 03 by MNV Project Add foldmethod #18274

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
setlocal commentstring=//\ %s
setlocal foldmethod=syntax

let b:undo_ftplugin = 'setl com< cms< fdm<'