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