mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-01 02:07:14 +08:00
added dummy support for lhaskell
This commit is contained in:
parent
13b0f4ee27
commit
443eb8045e
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user