From ff3d95746f2a8f2a9da50879132cf56fe6ac841c Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Thu, 31 Jul 2014 19:10:49 +0200 Subject: [PATCH] changed keywords in aql-theme for ace editor --- js/apps/system/aardvark/frontend/src/mode-aql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (