Update XQuery syntax highlighter.

This commit is contained in:
William Candillon 2012-03-30 14:16:11 +02:00
commit 06a85bd325
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -201,7 +201,7 @@ var XQueryHighlightRules = function() {
regex : ">",
next : "start"
}, {
token : "keyword",
token : "meta.tag",
regex : "[-_a-zA-Z0-9:]+"
}, {
token : "text",

View file

@ -201,7 +201,7 @@ var XQueryHighlightRules = function() {
regex : ">",
next : "start"
}, {
token : "keyword",
token : "meta.tag",
regex : "[-_a-zA-Z0-9:]+"
}, {
token : "text",

File diff suppressed because one or more lines are too long

View file

@ -99,7 +99,7 @@ var XQueryHighlightRules = function() {
regex : ">",
next : "start"
}, {
token : "keyword",
token : "meta.tag",
regex : "[-_a-zA-Z0-9:]+"
}, {
token : "text",