Skip to content
Snippets Groups Projects
Commit ec3eff8a authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[sql mode] Add 'group' keyword

Closes #3222
parent fa11b729
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ CodeMirror.defineMode("sql", function(config, parserConfig) {
}
// these keywords are used by all SQL dialects (however, a mode can still overwrite it)
var sqlKeywords = "alter and as asc between by count create delete desc distinct drop from having in insert into is join like not on or order select set table union update values where ";
var sqlKeywords = "alter and as asc between by count create delete desc distinct drop from group having in insert into is join like not on or order select set table union update values where ";
// turn a space-separated list into an array
function set(str) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment