add support for cucumber

This commit is contained in:
Martin Grenfell
2009-03-06 14:59:51 +13:00
parent 81307ff269
commit 11114745bd
2 changed files with 4 additions and 0 deletions

View File

@@ -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"