mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-19 20:22:45 +08:00
add support for pamconf
This commit is contained in:
parent
fef5db7e92
commit
2da9787ff1
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user