add support for hostsaccess

This commit is contained in:
Martin Grenfell
2008-10-29 20:31:13 +13:00
parent 1d92203107
commit f65d86fea3
2 changed files with 4 additions and 0 deletions

View File

@@ -383,6 +383,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype == "hog"
call s:MapDelimiters('#', '')
elseif a:filetype == "hostsaccess"
call s:MapDelimiters('#', '')
elseif a:filetype == "html"
call s:MapDelimitersWithAlternative('<!--','-->', '//', '')
elseif a:filetype == "htmldjango"