mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-21 08:47:14 +08:00
add support for tar
This commit is contained in:
parent
3eea85daa4
commit
e92b6f60d5
|
@ -861,7 +861,7 @@ to get illegal syntax when uncommenting them.
|
|||
8. Changelog *NERDComChangelog*
|
||||
|
||||
2.1.14
|
||||
- added support for gitconfig
|
||||
- added support for gitconfig,tar
|
||||
2.1.13
|
||||
- added support for rib, pyrex/cython, liquid, services, gitcommit,
|
||||
vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe
|
||||
|
|
|
@ -766,6 +766,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
call s:MapDelimiters(';', '')
|
||||
elseif a:filetype == "tak"
|
||||
call s:MapDelimiters('$', '')
|
||||
elseif a:filetype == "tar"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "tasm"
|
||||
call s:MapDelimiters(';', '')
|
||||
elseif a:filetype == "tcl"
|
||||
|
|
Loading…
Reference in New Issue
Block a user