Update XQuery syntax highlighter.
This commit is contained in:
parent
dd182bcee6
commit
06a85bd325
5 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
|
@ -201,7 +201,7 @@ var XQueryHighlightRules = function() {
|
|||
regex : ">",
|
||||
next : "start"
|
||||
}, {
|
||||
token : "keyword",
|
||||
token : "meta.tag",
|
||||
regex : "[-_a-zA-Z0-9:]+"
|
||||
}, {
|
||||
token : "text",
|
||||
|
|
|
|||
|
|
@ -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
|
|
@ -99,7 +99,7 @@ var XQueryHighlightRules = function() {
|
|||
regex : ">",
|
||||
next : "start"
|
||||
}, {
|
||||
token : "keyword",
|
||||
token : "meta.tag",
|
||||
regex : "[-_a-zA-Z0-9:]+"
|
||||
}, {
|
||||
token : "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue