add support for xquery

This commit is contained in:
Martin Grenfell 2008-07-27 22:11:34 +12:00
parent 709d01d074
commit 377a04eeec
2 changed files with 4 additions and 0 deletions

View File

@ -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*

View File

@ -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(';', '')