added support for rib

This commit is contained in:
Martin Grenfell
2008-04-17 23:13:34 +12:00
parent 6a9764f39a
commit f95255e299
2 changed files with 7 additions and 1 deletions

View File

@@ -860,6 +860,10 @@ to get illegal syntax when uncommenting them.
==============================================================================
8. Changelog *NERDComChangelog*
2.x.x
- added support for rib files, thanks to spookypeanut for posting the
issue.
2.1.12
- added support for patran and dakota, thx to Jacobo Diaz for the email
- added support for gentoo-env-d, gentoo-init-d, gentoo-make-conf, grub,
@@ -1222,4 +1226,4 @@ Chen Xing Wikipedia
Jacobo Diaz dakota, patran
Li Jin gentoo-env-d, gentoo-init-d,
gentoo-make-conf, grub, modconf, sudoers
SpookeyPeanut rib

View File

@@ -632,6 +632,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype == "rexx"
call s:MapDelimiters('/*','*/')
elseif a:filetype == "rib"
call s:MapDelimiters('#','')
elseif a:filetype == "robots"
call s:MapDelimiters('#', '')
elseif a:filetype == "rpl"