Browse Source

Merge pull request #122 from maclockard/patch-1

Fix highlighting of GROUP BY for redshift
Alexandru Dima 4 years ago
parent
commit
c1b88facf1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/redshift/redshift.ts

+ 1 - 0
src/redshift/redshift.ts

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