mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 20:53:47 -05:00
add support for cucumber
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user