mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-25 17:57:06 +08:00
add support for CVScommit
This commit is contained in:
parent
f65d86fea3
commit
5d8bb28113
|
@ -806,6 +806,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||
- add support for actionscript and processing thanks to Edwin Benavides
|
||||
- add support for ps1 (powershell), thanks to Jason Mills
|
||||
- add support for hostsaccess, thanks to Thomas Rowe
|
||||
- add support for CVScommit
|
||||
|
||||
2.2.0
|
||||
- rewrote the mappings system to be more "standard".
|
||||
|
|
|
@ -245,6 +245,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
call s:MapDelimiters('CVS:','')
|
||||
elseif a:filetype == "CVSAnnotate"
|
||||
call s:MapDelimiters('','')
|
||||
elseif a:filetype == "CVScommit"
|
||||
call s:MapDelimiters('','')
|
||||
elseif a:filetype == "d"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "dcl"
|
||||
|
|
Loading…
Reference in New Issue
Block a user