Browse Source

Fix highlighting of GROUP BY

fixes https://github.com/microsoft/monaco-editor/issues/2275
Mac Lockard 4 năm trước cách đây
mục cha
commit
9fb1d9e5ae
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',