mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
vim-patch:c1e6621: runtime(c3): include c3 filetype plugin
closes: vim/vim#16090
c1e6621a59
Co-authored-by: Turiiya <34311583+ttytm@users.noreply.github.com>
This commit is contained in:
parent
9738b405fd
commit
ef4f13d85c
14
runtime/ftplugin/c3.vim
Normal file
14
runtime/ftplugin/c3.vim
Normal file
@ -0,0 +1,14 @@
|
||||
" Vim 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<'
|
Loading…
Reference in New Issue
Block a user