mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-09 18:23:48 -05:00
add support for xquery
This commit is contained in:
@@ -861,6 +861,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
|
|
||||||
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.
|
||||||
2.1.17
|
2.1.17
|
||||||
- fixed haskell delimiters (hackily). Thanks to Elias Pipping.
|
- fixed haskell delimiters (hackily). Thanks to Elias Pipping.
|
||||||
- add support for mailcap. Thanks to Pascal Brueckner.
|
- add support for mailcap. Thanks to Pascal Brueckner.
|
||||||
@@ -1282,6 +1283,7 @@ Chris map
|
|||||||
Krzysztof A. Adamski group
|
Krzysztof A. Adamski group
|
||||||
Pascal Brueckner mailcap
|
Pascal Brueckner mailcap
|
||||||
Jerónimo Carballo stata
|
Jerónimo Carballo stata
|
||||||
|
Phillip Kovalev xquery
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
8. License *NERDComLicense*
|
8. License *NERDComLicense*
|
||||||
|
|||||||
@@ -895,6 +895,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('/*','*/')
|
call s:MapDelimiters('/*','*/')
|
||||||
elseif a:filetype == "yaml"
|
elseif a:filetype == "yaml"
|
||||||
call s:MapDelimiters('#','')
|
call s:MapDelimiters('#','')
|
||||||
|
elseif a:filetype == "xquery"
|
||||||
|
call s:MapDelimiters('(:',':)')
|
||||||
elseif a:filetype == "z8a"
|
elseif a:filetype == "z8a"
|
||||||
call s:MapDelimiters(';', '')
|
call s:MapDelimiters(';', '')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user