make haml comments own more

This commit is contained in:
Martin Grenfell
2008-10-25 11:32:40 +13:00
parent 842055ae43
commit 1301323179
2 changed files with 3 additions and 1 deletions

View File

@@ -374,7 +374,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
elseif a:filetype == "h"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype == "haml"
call s:MapDelimiters('/', '')
call s:MapDelimitersWithAlternative('-#', '', '/', '')
elseif a:filetype == "help"
call s:MapDelimiters('"','')
elseif a:filetype == "hercules"