mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-18 11:42:46 +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*
|
8. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
2.1.9
|
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
|
- added dummy support for SVNAnnotate, SVKAnnotate and CVSAnnotate, thx to
|
||||||
nicothakis for posting the issue
|
nicothakis for posting the issue
|
||||||
|
|
||||||
|
@ -1196,5 +1196,5 @@ Brett Warneke spectre
|
||||||
Pipp lhaskell
|
Pipp lhaskell
|
||||||
Renald Buter scala
|
Renald Buter scala
|
||||||
Vladimir Lomov asymptote
|
Vladimir Lomov asymptote
|
||||||
Marco mrxvtrc
|
Marco mrxvtrc, aap
|
||||||
nicothakis SVNAnnotate, CVSAnnotate, SVKAnnotate
|
nicothakis SVNAnnotate, CVSAnnotate, SVKAnnotate
|
||||||
|
|
|
@ -132,6 +132,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||||
"hardcoded the comment delimiters to use
|
"hardcoded the comment delimiters to use
|
||||||
if a:filetype == ""
|
if a:filetype == ""
|
||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
|
elseif a:filetype == "aap"
|
||||||
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "abaqus"
|
elseif a:filetype == "abaqus"
|
||||||
call s:MapDelimiters('**', '')
|
call s:MapDelimiters('**', '')
|
||||||
elseif a:filetype == "abc"
|
elseif a:filetype == "abc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user