mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-01 10:22:00 +08:00
add support for cucumber
This commit is contained in:
parent
81307ff269
commit
11114745bd
|
@ -807,6 +807,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||
- 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.
|
||||
- add support for cucumber, thanks to tpope
|
||||
|
||||
2.2.1
|
||||
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
|
||||
|
@ -1071,6 +1072,7 @@ Andrey Skvortsov mp
|
|||
Simon Hengel htmlcheetah
|
||||
Matt Tolton javacc
|
||||
Ivan Devat javascript.jquery
|
||||
tpope cucumber
|
||||
==============================================================================
|
||||
9. License *NERDComLicense*
|
||||
|
||||
|
|
|
@ -236,6 +236,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype ==? "cterm"
|
||||
call s:MapDelimiters('*', '')
|
||||
elseif a:filetype ==? "cucumber"
|
||||
call s:MapDelimiters('#','')
|
||||
elseif a:filetype ==? "cupl"
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype ==? "csv"
|
||||
|
|
Loading…
Reference in New Issue
Block a user