From 9fb1d9e5aee998648cb43cec94d145627ef00f16 Mon Sep 17 00:00:00 2001
From: Mac Lockard <maclockard@gmail.com>
Date: Fri, 18 Dec 2020 13:40:19 -0800
Subject: [PATCH] Fix highlighting of GROUP BY

fixes https://github.com/microsoft/monaco-editor/issues/2275
---
 src/redshift/redshift.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/redshift/redshift.ts b/src/redshift/redshift.ts
index c02bdfec..f8f847af 100644
--- a/src/redshift/redshift.ts
+++ b/src/redshift/redshift.ts
@@ -58,6 +58,7 @@ export const language = <languages.IMonarchLanguage>{
 		'BINARY',
 		'BLANKSASNULL',
 		'BOTH',
+		'BY',
 		'BYTEDICT',
 		'BZIP2',
 		'CASE',