mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-09 02:13:45 -05:00
add support for llvm
This commit is contained in:
@@ -859,6 +859,8 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *NERDComChangelog*
|
7. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
|
2.1.18
|
||||||
|
- add support for llvm. Thanks to nicothakis.
|
||||||
2.1.17
|
2.1.17
|
||||||
- fixed haskell delimiters (hackily). Thanks to Elias Pipping.
|
- fixed haskell delimiters (hackily). Thanks to Elias Pipping.
|
||||||
- add support for mailcap. Thanks to Pascal Brueckner.
|
- add support for mailcap. Thanks to Pascal Brueckner.
|
||||||
@@ -1264,6 +1266,7 @@ Vladimir Lomov asymptote
|
|||||||
Marco mrxvtrc, aap
|
Marco mrxvtrc, aap
|
||||||
nicothakis SVNAnnotate, CVSAnnotate, SVKAnnotate,
|
nicothakis SVNAnnotate, CVSAnnotate, SVKAnnotate,
|
||||||
SVNdiff, gitAnnotate, gitdiff, dtrace
|
SVNdiff, gitAnnotate, gitdiff, dtrace
|
||||||
|
llvm
|
||||||
Chen Xing Wikipedia
|
Chen Xing Wikipedia
|
||||||
Jacobo Diaz dakota, patran
|
Jacobo Diaz dakota, patran
|
||||||
Li Jin gentoo-env-d, gentoo-init-d,
|
Li Jin gentoo-env-d, gentoo-init-d,
|
||||||
|
|||||||
@@ -465,6 +465,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimitersWithAlternative(';','', '#|', '|#')
|
call s:MapDelimitersWithAlternative(';','', '#|', '|#')
|
||||||
elseif a:filetype == "lite"
|
elseif a:filetype == "lite"
|
||||||
call s:MapDelimiters('/*','*/')
|
call s:MapDelimiters('/*','*/')
|
||||||
|
elseif a:filetype == "llvm"
|
||||||
|
call s:MapDelimiters(';','')
|
||||||
elseif a:filetype == "lookupfile"
|
elseif a:filetype == "lookupfile"
|
||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
elseif a:filetype == "lotos"
|
elseif a:filetype == "lotos"
|
||||||
|
|||||||
Reference in New Issue
Block a user