added dummy support for lhaskell

This commit is contained in:
marty 2007-12-14 12:52:15 +13:00
parent 13b0f4ee27
commit 443eb8045e
2 changed files with 5 additions and 1 deletions

View File

@ -866,6 +866,8 @@ to get illegal syntax when uncommenting them.
- added support for spectre, thx to Brett Warneke
- fixed a bug that was screwing up the removal of spaces when
NERDSpaceDelims was set. Thx to David Miani for posting the issue.
- added dummy support for lhaskell, thx to pipp for posting the issue
2.1.7
- added support for haml, thx to Greb Weber
@ -1177,4 +1179,4 @@ Aaron Schaefer factor
Laurent ARNOUD asterisk
Kuchma Michael plsql
Brett Warneke spectre
Pipp lhaskell

View File

@ -416,6 +416,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('/*','*/')
elseif a:filetype == "lftp"
call s:MapDelimiters('#', '')
elseif a:filetype == "lhaskell"
call s:MapDelimiters('','')
elseif a:filetype == "lifelines"
call s:MapDelimiters('/*','*/')
elseif a:filetype == "lilo"