mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
added support for 'services' filetype
This commit is contained in:
@@ -1231,3 +1231,4 @@ Li Jin gentoo-env-d, gentoo-init-d,
|
||||
gentoo-make-conf, grub, modconf, sudoers
|
||||
SpookeyPeanut rib
|
||||
Greg Jandl pyrex/cython
|
||||
Christophe Benz services
|
||||
|
||||
@@ -674,6 +674,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "selectbuf"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "services"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "sgml"
|
||||
call s:MapDelimiters('<!','>')
|
||||
elseif a:filetype == "sgmldecl"
|
||||
|
||||
Reference in New Issue
Block a user