From f49c21799b766df07366fda223bcfe21490a3920 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 21 Jun 2010 01:14:11 +0200 Subject: Fixed xquery syntax --- .vim/syntax/xquery.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/syntax') diff --git a/.vim/syntax/xquery.vim b/.vim/syntax/xquery.vim index 267f4f1..70eaf9b 100644 --- a/.vim/syntax/xquery.vim +++ b/.vim/syntax/xquery.vim @@ -76,7 +76,7 @@ highlight link xqSeparator Operator syn region xqString start=+"+ end=+"+ highlight def link xqString String -syn region xqCode transparent contained start='{' excludenl end='}' contains=xmlRegionBis,xqComment,xqueryStatement,xmlString,xqSeparator,cNumber,xqVariable,xqString keepend extend +syn region xqCode transparent contained start='{' excludenl end='}' contains=xqueryFunction,xqCode,xmlRegionBis,xqComment,xqueryStatement,xmlString,xqSeparator,cNumber,xqVariable,xqString keepend extend syn region xmlRegionBis start=+<\z([^ /!?<>"']\+\)+ skip=++ end=++ end=+/>+ fold contains=xmlTag,xmlEndTag,xmlCdata,xmlRegionBis,xmlComment,xmlEntity,xmlProcessing,xqCode keepend extend -- cgit v1.2.3-54-g00ecf