From b2d3a35c01f550cff2b8c4b6defe2da147680f88 Mon Sep 17 00:00:00 2001 From: Akash Srivastava Date: Mon, 19 Oct 2020 12:54:09 +0530 Subject: [PATCH] Highlighting distinct in sql --- lib/ace/mode/sql_highlight_rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/mode/sql_highlight_rules.js b/lib/ace/mode/sql_highlight_rules.js index 48c06bec0d8..1435154b575 100644 --- a/lib/ace/mode/sql_highlight_rules.js +++ b/lib/ace/mode/sql_highlight_rules.js @@ -39,7 +39,7 @@ var SqlHighlightRules = function() { var keywords = ( "select|insert|update|delete|from|where|and|or|group|by|order|limit|offset|having|as|case|" + "when|then|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|primary|key|if|" + - "foreign|not|references|default|null|inner|cross|natural|database|drop|grant" + "foreign|not|references|default|null|inner|cross|natural|database|drop|grant|distinct" ); var builtinConstants = (