Add external keyword to the tokenizer.

This commit is contained in:
William Candillon 2012-02-25 12:42:19 +01:00
commit 1f17c033a4

View file

@ -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("|")
);