Browse Source

Fix highlighting of GROUP BY

fixes https://github.com/microsoft/monaco-editor/issues/2275
Mac Lockard 4 years ago
parent
commit
9fb1d9e5ae
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',
 		'BLANKSASNULL',
 		'BOTH',
+		'BY',
 		'BYTEDICT',
 		'BZIP2',
 		'CASE',