Add external keyword to the tokenizer.
This commit is contained in:
parent
40c3b74391
commit
1f17c033a4
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ var XQueryHighlightRules = function() {
|
|||
"switch|default|try|catch|group|tumbling|sliding|window|start|end|at|only|" +
|
||||
"using|stemming|" +
|
||||
"while|" +
|
||||
"external|" +
|
||||
"if|then|else|as|and|or|typeswitch|case|ascending|descending|empty|in|count|updating|insert|delete|replace|value|node|attribute|text|element|into|of|with|contains").split("|")
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue