added support for 'services' filetype

This commit is contained in:
Martin Grenfell
2008-04-28 20:28:15 +12:00
parent a24c8b79f8
commit 3bccb91e7d
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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"