add support for calibre

This commit is contained in:
Martin Grenfell
2008-09-09 22:49:30 +12:00
parent 134acc595e
commit e164c00246
2 changed files with 3 additions and 1 deletions

View File

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

View File

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