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',
|
||||
'BLANKSASNULL',
|
||||
'BOTH',
|
||||
'BY',
|
||||
'BYTEDICT',
|
||||
'BZIP2',
|
||||
'CASE',
|
||||
|
|
Loading…
Reference in New Issue