Merge pull request #2117 from camertron/sql_union
Adding highlight support for the UNION SQL keyword
This commit is contained in:
commit
8a91b43b67
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ var SqlHighlightRules = function() {
|
|||
|
||||
var keywords = (
|
||||
"select|insert|update|delete|from|where|and|or|group|by|order|limit|offset|having|as|case|" +
|
||||
"when|else|end|type|left|right|join|on|outer|desc|asc"
|
||||
"when|else|end|type|left|right|join|on|outer|desc|asc|union"
|
||||
);
|
||||
|
||||
var builtinConstants = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue