Explorar el Código

Merge pull request #122 from maclockard/patch-1

Fix highlighting of GROUP BY for redshift
Alexandru Dima hace 4 años
padre
commit
c1b88facf1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',