mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 11:13:47 -05:00
add support for javascript.jquery
This commit is contained in:
@@ -806,6 +806,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
||||
- add support for htmlcheetah, thanks to Simon Hengel.
|
||||
- add support for javacc, thanks to Matt Tolton.
|
||||
- make <%# %> the default delims for eruby, thanks to tpope.
|
||||
- add support for javascript.jquery, thanks to Ivan Devat.
|
||||
|
||||
2.2.1
|
||||
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
|
||||
@@ -1069,6 +1070,7 @@ Thilo Six dhcpd, limits, ntp, resolv, rgb, sysctl,
|
||||
Andrey Skvortsov mp
|
||||
Simon Hengel htmlcheetah
|
||||
Matt Tolton javacc
|
||||
Ivan Devat javascript.jquery
|
||||
==============================================================================
|
||||
9. License *NERDComLicense*
|
||||
|
||||
|
||||
@@ -430,6 +430,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype ==? "javascript"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "javascript.jquery"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype ==? "jess"
|
||||
call s:MapDelimiters(';', '')
|
||||
elseif a:filetype ==? "jgraph"
|
||||
|
||||
Reference in New Issue
Block a user