mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 04:03:46 -05:00
add support for pamconf
This commit is contained in:
@@ -860,6 +860,9 @@ to get illegal syntax when uncommenting them.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
8. Changelog *NERDComChangelog*
|
8. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
|
2.1.15
|
||||||
|
- added support for pamconf, thanks to Martin Kustermann
|
||||||
|
|
||||||
2.1.14
|
2.1.14
|
||||||
- added support for gitconfig, tar, nerdtree
|
- added support for gitconfig, tar, nerdtree
|
||||||
- added support for dtrace, thanks to nicothakis for the post
|
- added support for dtrace, thanks to nicothakis for the post
|
||||||
@@ -1248,3 +1251,4 @@ Greg Jandl pyrex/cython
|
|||||||
Christophe Benz services, gitcommit
|
Christophe Benz services, gitcommit
|
||||||
A Pontus vimperator
|
A Pontus vimperator
|
||||||
Stromnov slice
|
Stromnov slice
|
||||||
|
Martin Kustermann pamconf
|
||||||
|
|||||||
@@ -564,6 +564,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
elseif a:filetype == "ox"
|
elseif a:filetype == "ox"
|
||||||
call s:MapDelimiters('//', '')
|
call s:MapDelimiters('//', '')
|
||||||
|
elseif a:filetype == "pamconf"
|
||||||
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "pascal"
|
elseif a:filetype == "pascal"
|
||||||
call s:MapDelimitersWithAlternative('{','}', '(*', '*)')
|
call s:MapDelimitersWithAlternative('{','}', '(*', '*)')
|
||||||
elseif a:filetype == "passwd"
|
elseif a:filetype == "passwd"
|
||||||
|
|||||||
Reference in New Issue
Block a user