Fix highlighting of GROUP BY

fixes https://github.com/microsoft/monaco-editor/issues/2275
pull/2748/head
Mac Lockard 2020-12-18 13:40:19 -08:00 committed by GitHub
parent be30e69ac2
commit 9fb1d9e5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ export const language = <languages.IMonarchLanguage>{
'BINARY', 'BINARY',
'BLANKSASNULL', 'BLANKSASNULL',
'BOTH', 'BOTH',
'BY',
'BYTEDICT', 'BYTEDICT',
'BZIP2', 'BZIP2',
'CASE', 'CASE',