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