mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 13:33:47 -05:00
add support for htmlcheetah
This commit is contained in:
@@ -403,6 +403,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==? "html"
|
||||
call s:MapDelimitersWithAlternative('<!--','-->', '//', '')
|
||||
elseif a:filetype ==? "htmlcheetah"
|
||||
call s:MapDelimiters('##','')
|
||||
elseif a:filetype ==? "htmldjango"
|
||||
call s:MapDelimitersWithAlternative('<!--','-->', '{#', '#}')
|
||||
elseif a:filetype ==? "htmlos"
|
||||
|
||||
Reference in New Issue
Block a user