Navigation Menu

Skip to content

Commit

Permalink
add support for javacc
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Grenfell committed Dec 14, 2008
1 parent 53d437a commit caefbe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/NERD_commenter.txt
Expand Up @@ -804,6 +804,7 @@ if your face looked like a toaster and a t-rex put together? :(
- match filetypes case insensitively
- add support for mp (metapost), thanks to Andrey Skvortsov.
- add support for htmlcheetah, thanks to Simon Hengel.
- add support for javacc, thanks to Matt Tolton.

2.2.1
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
Expand Down Expand Up @@ -1066,6 +1067,7 @@ Thilo Six dhcpd, limits, ntp, resolv, rgb, sysctl,
udevconf, udevrules
Andrey Skvortsov mp
Simon Hengel htmlcheetah
Matt Tolton javacc
==============================================================================
9. License *NERDComLicense*

Expand Down
2 changes: 2 additions & 0 deletions plugin/NERD_commenter.vim
Expand Up @@ -426,6 +426,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('/*','*/')
elseif a:filetype ==? "java"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype ==? "javacc"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype ==? "javascript"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype ==? "jess"
Expand Down

0 comments on commit caefbe5

Please sign in to comment.