mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 03:03:47 -05:00
add support for map
This commit is contained in:
@@ -476,6 +476,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('> ','')
|
||||
elseif a:filetype == "make"
|
||||
call s:MapDelimiters('#','')
|
||||
elseif a:filetype == "map"
|
||||
call s:MapDelimiters('%', '')
|
||||
elseif a:filetype == "maple"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "markdown"
|
||||
|
||||
Reference in New Issue
Block a user