mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
add support for potwiki
This commit is contained in:
@@ -859,6 +859,8 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *NERDComChangelog*
|
7. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
|
2.x.x
|
||||||
|
- add support for potwiki. Thanks to Bernhard Grotz for the email.
|
||||||
2.1.18
|
2.1.18
|
||||||
- add support for llvm. Thanks to nicothakis.
|
- add support for llvm. Thanks to nicothakis.
|
||||||
- add support for xquery. Thanks to Phillip Kovalev.
|
- add support for xquery. Thanks to Phillip Kovalev.
|
||||||
@@ -1284,6 +1286,7 @@ Krzysztof A. Adamski group
|
|||||||
Pascal Brueckner mailcap
|
Pascal Brueckner mailcap
|
||||||
Jerónimo Carballo stata
|
Jerónimo Carballo stata
|
||||||
Phillip Kovalev xquery
|
Phillip Kovalev xquery
|
||||||
|
Bernhard Grotz potwiki
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
8. License *NERDComLicense*
|
8. License *NERDComLicense*
|
||||||
|
|||||||
@@ -619,6 +619,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "postscr"
|
elseif a:filetype == "postscr"
|
||||||
call s:MapDelimiters('%', '')
|
call s:MapDelimiters('%', '')
|
||||||
|
elseif a:filetype == "potwiki"
|
||||||
|
call s:MapDelimiters('', '')
|
||||||
elseif a:filetype == "pov"
|
elseif a:filetype == "pov"
|
||||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
elseif a:filetype == "povini"
|
elseif a:filetype == "povini"
|
||||||
|
|||||||
Reference in New Issue
Block a user