Merge pull request #122 from maclockard/patch-1

Fix highlighting of GROUP BY for redshift
pull/2748/head
Alexandru Dima 4 years ago committed by GitHub
commit c1b88facf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save