added support for aap

This commit is contained in:
marty 2008-01-18 23:20:28 +13:00
parent fb93d5869d
commit 532c58db62
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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"