mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
added dummy support for lhaskell
This commit is contained in:
@@ -866,6 +866,8 @@ to get illegal syntax when uncommenting them.
|
|||||||
- added support for spectre, thx to Brett Warneke
|
- added support for spectre, thx to Brett Warneke
|
||||||
- fixed a bug that was screwing up the removal of spaces when
|
- fixed a bug that was screwing up the removal of spaces when
|
||||||
NERDSpaceDelims was set. Thx to David Miani for posting the issue.
|
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
|
2.1.7
|
||||||
- added support for haml, thx to Greb Weber
|
- added support for haml, thx to Greb Weber
|
||||||
@@ -1177,4 +1179,4 @@ Aaron Schaefer factor
|
|||||||
Laurent ARNOUD asterisk
|
Laurent ARNOUD asterisk
|
||||||
Kuchma Michael plsql
|
Kuchma Michael plsql
|
||||||
Brett Warneke spectre
|
Brett Warneke spectre
|
||||||
|
Pipp lhaskell
|
||||||
|
|||||||
@@ -416,6 +416,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('/*','*/')
|
call s:MapDelimiters('/*','*/')
|
||||||
elseif a:filetype == "lftp"
|
elseif a:filetype == "lftp"
|
||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
|
elseif a:filetype == "lhaskell"
|
||||||
|
call s:MapDelimiters('','')
|
||||||
elseif a:filetype == "lifelines"
|
elseif a:filetype == "lifelines"
|
||||||
call s:MapDelimiters('/*','*/')
|
call s:MapDelimiters('/*','*/')
|
||||||
elseif a:filetype == "lilo"
|
elseif a:filetype == "lilo"
|
||||||
|
|||||||
Reference in New Issue
Block a user