Fix highlighting of GROUP BY

fixes https://github.com/microsoft/monaco-editor/issues/2275
pull/2748/head
Mac Lockard 4 years ago committed by GitHub
parent be30e69ac2
commit 9fb1d9e5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save