소스 검색

Fix highlighting of GROUP BY

fixes https://github.com/microsoft/monaco-editor/issues/2275
Mac Lockard 4 년 전
부모
커밋
9fb1d9e5ae
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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',