summaryrefslogtreecommitdiff
path: root/uvim/runtime/ftplugin/c3.mnv
blob: 4bd5abfccdb86a6fb639ca2db6a2cdd41e054904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV filetype plugin
" Language:	C3
" Maintainer:	Turiiya <34311583+ttytm@users.noreply.github.com>
" Last Change:	2024 Nov 24

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

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

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