add support for group

This commit is contained in:
Martin Grenfell
2008-06-20 21:46:17 +12:00
parent 7c830eb223
commit 01f8df684c
2 changed files with 4 additions and 0 deletions

View File

@@ -368,6 +368,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#','')
elseif a:filetype == "groovy"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype == "group"
call s:MapDelimiters('','')
elseif a:filetype == "grub"
call s:MapDelimiters('#', '')
elseif a:filetype == "gtkrc"