made a hack fix to haskell comments

This commit is contained in:
Martin Grenfell
2008-07-01 23:11:06 +12:00
parent 865d928a1f
commit 2ea675da5e
2 changed files with 7 additions and 1 deletions

View File

@@ -384,7 +384,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
elseif a:filetype == "gtkrc"
call s:MapDelimiters('#', '')
elseif a:filetype == "haskell"
call s:MapDelimitersWithAlternative('--','', '{-', '-}')
call s:MapDelimitersWithAlternative('{-','-}', '--', '--')
elseif a:filetype == "hb"
call s:MapDelimiters('#', '')
elseif a:filetype == "h"