Skip to content

Commit

Permalink
Highlighting distinct in sql
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdotsrivastava committed Oct 19, 2020
1 parent a505922 commit b2d3a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/mode/sql_highlight_rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit b2d3a35

Please sign in to comment.