Sfoglia il codice sorgente

Fix highlighting of GROUP BY

fixes https://github.com/microsoft/monaco-editor/issues/2275
Mac Lockard 4 anni fa
parent
commit
9fb1d9e5ae
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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',