mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 18:53:47 -05:00
add support for calibre
This commit is contained in:
@@ -1261,7 +1261,7 @@ Nicolas Weber markdown, objcpp
|
||||
tinoucas gentoo-conf-d
|
||||
Greg Weber D, haml
|
||||
Bruce Sherrod velocity
|
||||
timberke cobol
|
||||
timberke cobol, calibre
|
||||
Aaron Schaefer factor
|
||||
Laurent ARNOUD asterisk, mplayerconf
|
||||
Kuchma Michael plsql
|
||||
|
||||
@@ -204,6 +204,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "caos"
|
||||
call s:MapDelimiters('*', '')
|
||||
elseif a:filetype == "calibre"
|
||||
call s:MapDelimiters('//','')
|
||||
elseif a:filetype == "catalog"
|
||||
call s:MapDelimiters('--','--')
|
||||
elseif a:filetype == "c"
|
||||
|
||||
Reference in New Issue
Block a user