add support for conkyrc

This commit is contained in:
Martin Grenfell
2008-11-13 22:54:59 +13:00
parent a0003bc926
commit dda8510e0c
2 changed files with 4 additions and 0 deletions

View File

@@ -810,6 +810,7 @@ if your face looked like a toaster and a t-rex put together? :(
- add support for asciidoc, git and gitrebase. Thanks to Simon Ruderich.
- use # for gitcommit comments, thanks to Simon Ruderich.
- add support for mako and genshi, thanks to Keitheis.
- add support for conkyrc, thanks to David
2.2.0
- rewrote the mappings system to be more "standard".
@@ -1047,6 +1048,7 @@ Edwin Benavides actionscript, processing
Thomas Rowe hostsaccess
Simon Ruderich asciidoc, git, gitcommit, gitrebase
Keitheis mako, genshi
David conkyrc
==============================================================================
9. License *NERDComLicense*

View File

@@ -225,6 +225,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype == "config"
call s:MapDelimiters('dnl ', '')
elseif a:filetype == "conkyrc"
call s:MapDelimiters('#', '')
elseif a:filetype == "context"
call s:MapDelimiters('%','')
elseif a:filetype == "cpp"