Fix highlighting of GROUP BY
fixes https://github.com/microsoft/monaco-editor/issues/2275pull/2748/head
parent
be30e69ac2
commit
9fb1d9e5ae
|
@ -58,6 +58,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'BINARY',
|
'BINARY',
|
||||||
'BLANKSASNULL',
|
'BLANKSASNULL',
|
||||||
'BOTH',
|
'BOTH',
|
||||||
|
'BY',
|
||||||
'BYTEDICT',
|
'BYTEDICT',
|
||||||
'BZIP2',
|
'BZIP2',
|
||||||
'CASE',
|
'CASE',
|
||||||
|
|
Loading…
Reference in New Issue