Add new keywords.
This commit is contained in:
parent
9bed0eee92
commit
5adb50244c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ var XQueryHighlightRules = function() {
|
|||
var keywords = lang.arrayToMap(
|
||||
("return|for|let|where|order|by|declare|function|variable|xquery|version|option|namespace|import|module|" +
|
||||
"switch|default|try|catch|group|tumbling|sliding|window|start|end|at|only|" +
|
||||
"if|then|else|as|and|or|typeswitch|case|ascending|descending|empty|in|count|updating|insert|delete|replace|value|node|attribute|into|of|with").split("|")
|
||||
"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").split("|")
|
||||
);
|
||||
|
||||
// regexp must not have capturing parentheses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue