diff --git a/js/apps/system/aardvark/frontend/src/mode-aql.js b/js/apps/system/aardvark/frontend/src/mode-aql.js index 82ed0be22b..10414108b5 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|null|true|false" + "for|return|filter|sort|limit|let|collect|asc|desc|in|into|insert|update|remove|replace|options|with" ); var builtinFunctions = (