diff --git a/js/apps/system/aardvark/frontend/src/mode-aql.js b/js/apps/system/aardvark/frontend/src/mode-aql.js index 10414108b5..42f4462082 100644 --- a/js/apps/system/aardvark/frontend/src/mode-aql.js +++ b/js/apps/system/aardvark/frontend/src/mode-aql.js @@ -88,7 +88,7 @@ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var AqlHighlightRules = function() { var keywords = ( - "for|return|filter|sort|limit|let|collect|asc|desc|in|into|insert|update|remove|replace|options|with" + "for|return|filter|sort|limit|let|collect|asc|desc|in|into|insert|update|remove|replace|options|with|and|or|not" ); var builtinFunctions = (