add support for pamconf

This commit is contained in:
Martin Grenfell 2008-05-19 15:42:19 +12:00
parent fef5db7e92
commit 2da9787ff1
2 changed files with 6 additions and 0 deletions

View File

@ -860,6 +860,9 @@ to get illegal syntax when uncommenting them.
==============================================================================
8. Changelog *NERDComChangelog*
2.1.15
- added support for pamconf, thanks to Martin Kustermann
2.1.14
- added support for gitconfig, tar, nerdtree
- added support for dtrace, thanks to nicothakis for the post
@ -1248,3 +1251,4 @@ Greg Jandl pyrex/cython
Christophe Benz services, gitcommit
A Pontus vimperator
Stromnov slice
Martin Kustermann pamconf

View File

@ -564,6 +564,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('', '')
elseif a:filetype == "ox"
call s:MapDelimiters('//', '')
elseif a:filetype == "pamconf"
call s:MapDelimiters('#', '')
elseif a:filetype == "pascal"
call s:MapDelimitersWithAlternative('{','}', '(*', '*)')
elseif a:filetype == "passwd"