mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 12:13:47 -05:00
add support for clojure
This commit is contained in:
@@ -799,7 +799,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
8. Changelog *NERDComChangelog*
|
8. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
2.x.x
|
2.x.x
|
||||||
- add support for newlisp, thanks to Matthew Lee Hinman.
|
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
|
||||||
- fix automake comments, thanks to Elias Pipping
|
- fix automake comments, thanks to Elias Pipping
|
||||||
- make haml comments default to -# with / as the alternative delimiter,
|
- make haml comments default to -# with / as the alternative delimiter,
|
||||||
thanks to tpope
|
thanks to tpope
|
||||||
@@ -1041,7 +1041,7 @@ Bernhard Grotz potwiki
|
|||||||
sgronblo man
|
sgronblo man
|
||||||
François txt2tags
|
François txt2tags
|
||||||
Giacomo Mariani SVNinfo
|
Giacomo Mariani SVNinfo
|
||||||
Matthew Lee Hinman newlisp
|
Matthew Lee Hinman newlisp, clojure
|
||||||
Elias Pipping automake
|
Elias Pipping automake
|
||||||
Edwin Benavides actionscript, processing
|
Edwin Benavides actionscript, processing
|
||||||
Thomas Rowe hostsaccess
|
Thomas Rowe hostsaccess
|
||||||
|
|||||||
@@ -215,6 +215,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
elseif a:filetype == "clipper"
|
elseif a:filetype == "clipper"
|
||||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
|
elseif a:filetype == "clojure"
|
||||||
|
call s:MapDelimiters(';', '')
|
||||||
elseif a:filetype == "cmake"
|
elseif a:filetype == "cmake"
|
||||||
call s:MapDelimiters('#','')
|
call s:MapDelimiters('#','')
|
||||||
elseif a:filetype == "cobol"
|
elseif a:filetype == "cobol"
|
||||||
|
|||||||
Reference in New Issue
Block a user