mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 13:33:47 -05:00
make haml comments own more
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user