mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-15 21:23:46 -05:00
add support for hostsaccess
This commit is contained in:
@@ -383,6 +383,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "hog"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "hostsaccess"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "html"
|
||||
call s:MapDelimitersWithAlternative('<!--','-->', '//', '')
|
||||
elseif a:filetype == "htmldjango"
|
||||
|
||||
Reference in New Issue
Block a user