We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a540323 + b2d3a35 commit fb3820aCopy full SHA for fb3820a
lib/ace/mode/sql_highlight_rules.js
@@ -39,7 +39,7 @@ var SqlHighlightRules = function() {
39
var keywords = (
40
"select|insert|update|delete|from|where|and|or|group|by|order|limit|offset|having|as|case|" +
41
"when|then|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|primary|key|if|" +
42
- "foreign|not|references|default|null|inner|cross|natural|database|drop|grant"
+ "foreign|not|references|default|null|inner|cross|natural|database|drop|grant|distinct"
43
);
44
45
var builtinConstants = (
0 commit comments