mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-21 04:22:40 +08:00
add support for xquery
This commit is contained in:
parent
709d01d074
commit
377a04eeec
@ -861,6 +861,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
||||
|
||||
2.1.18
|
||||
- add support for llvm. Thanks to nicothakis.
|
||||
- add support for xquery. Thanks to Phillip Kovalev.
|
||||
2.1.17
|
||||
- fixed haskell delimiters (hackily). Thanks to Elias Pipping.
|
||||
- add support for mailcap. Thanks to Pascal Brueckner.
|
||||
@ -1282,6 +1283,7 @@ Chris map
|
||||
Krzysztof A. Adamski group
|
||||
Pascal Brueckner mailcap
|
||||
Jerónimo Carballo stata
|
||||
Phillip Kovalev xquery
|
||||
|
||||
==============================================================================
|
||||
8. License *NERDComLicense*
|
||||
|
@ -895,6 +895,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype == "yaml"
|
||||
call s:MapDelimiters('#','')
|
||||
elseif a:filetype == "xquery"
|
||||
call s:MapDelimiters('(:',':)')
|
||||
elseif a:filetype == "z8a"
|
||||
call s:MapDelimiters(';', '')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user