mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 18:53:47 -05:00
add support for map
This commit is contained in:
@@ -863,6 +863,7 @@ to get illegal syntax when uncommenting them.
|
|||||||
2.1.15
|
2.1.15
|
||||||
- added support for pamconf, thanks to Martin Kustermann
|
- added support for pamconf, thanks to Martin Kustermann
|
||||||
- added support for mason
|
- added support for mason
|
||||||
|
- added support for map, thanks to Chris
|
||||||
|
|
||||||
2.1.14
|
2.1.14
|
||||||
- added support for gitconfig, tar, nerdtree
|
- added support for gitconfig, tar, nerdtree
|
||||||
@@ -1254,3 +1255,4 @@ A Pontus vimperator
|
|||||||
Stromnov slice
|
Stromnov slice
|
||||||
Martin Kustermann pamconf
|
Martin Kustermann pamconf
|
||||||
Indriði Einarsson mason
|
Indriði Einarsson mason
|
||||||
|
Chris map
|
||||||
|
|||||||
@@ -476,6 +476,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('> ','')
|
call s:MapDelimiters('> ','')
|
||||||
elseif a:filetype == "make"
|
elseif a:filetype == "make"
|
||||||
call s:MapDelimiters('#','')
|
call s:MapDelimiters('#','')
|
||||||
|
elseif a:filetype == "map"
|
||||||
|
call s:MapDelimiters('%', '')
|
||||||
elseif a:filetype == "maple"
|
elseif a:filetype == "maple"
|
||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "markdown"
|
elseif a:filetype == "markdown"
|
||||||
|
|||||||
Reference in New Issue
Block a user