mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
add support for dtrace
This commit is contained in:
@@ -862,6 +862,7 @@ to get illegal syntax when uncommenting them.
|
||||
|
||||
2.1.14
|
||||
- added support for gitconfig, tar, nerdtree
|
||||
- added support for dtrace, thanks to nicothakis for the post
|
||||
2.1.13
|
||||
- added support for rib, pyrex/cython, liquid, services, gitcommit,
|
||||
vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe
|
||||
@@ -1237,7 +1238,7 @@ Renald Buter scala
|
||||
Vladimir Lomov asymptote
|
||||
Marco mrxvtrc, aap
|
||||
nicothakis SVNAnnotate, CVSAnnotate, SVKAnnotate,
|
||||
SVNdiff, gitAnnotate, gitdiff
|
||||
SVNdiff, gitAnnotate, gitdiff, dtrace
|
||||
Chen Xing Wikipedia
|
||||
Jacobo Diaz dakota, patran
|
||||
Li Jin gentoo-env-d, gentoo-init-d,
|
||||
|
||||
@@ -290,6 +290,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('<!--','-->')
|
||||
elseif a:filetype == "dtml"
|
||||
call s:MapDelimiters('<dtml-comment>','</dtml-comment>')
|
||||
elseif a:filetype == "dtrace"
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype == "dylan"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == 'ebuild'
|
||||
|
||||
Reference in New Issue
Block a user