mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 03:03:47 -05:00
add support for conkyrc
This commit is contained in:
@@ -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.
|
- add support for asciidoc, git and gitrebase. Thanks to Simon Ruderich.
|
||||||
- use # for gitcommit comments, thanks to Simon Ruderich.
|
- use # for gitcommit comments, thanks to Simon Ruderich.
|
||||||
- add support for mako and genshi, thanks to Keitheis.
|
- add support for mako and genshi, thanks to Keitheis.
|
||||||
|
- add support for conkyrc, thanks to David
|
||||||
|
|
||||||
2.2.0
|
2.2.0
|
||||||
- rewrote the mappings system to be more "standard".
|
- rewrote the mappings system to be more "standard".
|
||||||
@@ -1047,6 +1048,7 @@ Edwin Benavides actionscript, processing
|
|||||||
Thomas Rowe hostsaccess
|
Thomas Rowe hostsaccess
|
||||||
Simon Ruderich asciidoc, git, gitcommit, gitrebase
|
Simon Ruderich asciidoc, git, gitcommit, gitrebase
|
||||||
Keitheis mako, genshi
|
Keitheis mako, genshi
|
||||||
|
David conkyrc
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
9. License *NERDComLicense*
|
9. License *NERDComLicense*
|
||||||
|
|||||||
@@ -225,6 +225,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "config"
|
elseif a:filetype == "config"
|
||||||
call s:MapDelimiters('dnl ', '')
|
call s:MapDelimiters('dnl ', '')
|
||||||
|
elseif a:filetype == "conkyrc"
|
||||||
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "context"
|
elseif a:filetype == "context"
|
||||||
call s:MapDelimiters('%','')
|
call s:MapDelimiters('%','')
|
||||||
elseif a:filetype == "cpp"
|
elseif a:filetype == "cpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user