summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/wks.vim
blob: c8d34818be312a0fd90071831a227f776f628f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" Vim filetype plugin file
" Language:	OpenEmbedded Image Creator (WIC) Kickstarter files wks
" Maintainer:	Anakin Childerhose <anakin@childerhose.ca>
" Last Change:	2026 Mar 23

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

setlocal comments=:#
setlocal commentstring=#\ %s

let b:undo_ftplugin = 'setlocal com< cms<'