mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-26 02:10:11 +08:00
added support for aap
This commit is contained in:
parent
fb93d5869d
commit
532c58db62
|
@ -861,7 +861,7 @@ to get illegal syntax when uncommenting them.
|
|||
8. Changelog *NERDComChangelog*
|
||||
|
||||
2.1.9
|
||||
- added support for mrxvtrc, thx to Marco for the email
|
||||
- added support for mrxvtrc and aap, thx to Marco for the emails
|
||||
- added dummy support for SVNAnnotate, SVKAnnotate and CVSAnnotate, thx to
|
||||
nicothakis for posting the issue
|
||||
|
||||
|
@ -1196,5 +1196,5 @@ Brett Warneke spectre
|
|||
Pipp lhaskell
|
||||
Renald Buter scala
|
||||
Vladimir Lomov asymptote
|
||||
Marco mrxvtrc
|
||||
Marco mrxvtrc, aap
|
||||
nicothakis SVNAnnotate, CVSAnnotate, SVKAnnotate
|
||||
|
|
|
@ -132,6 +132,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
"hardcoded the comment delimiters to use
|
||||
if a:filetype == ""
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "aap"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "abaqus"
|
||||
call s:MapDelimiters('**', '')
|
||||
elseif a:filetype == "abc"
|
||||
|
|
Loading…
Reference in New Issue
Block a user