From 8da980ff795ab407549281f58c778cd98d7aa016 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Tue, 9 Nov 2021 14:10:26 -1000 Subject: [PATCH] Update list of keywords for redshift Signed-off-by: Matthew Peveler --- monaco-languages/src/redshift/redshift.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/monaco-languages/src/redshift/redshift.ts b/monaco-languages/src/redshift/redshift.ts index f8f847af..09d5c180 100644 --- a/monaco-languages/src/redshift/redshift.ts +++ b/monaco-languages/src/redshift/redshift.ts @@ -53,12 +53,12 @@ export const language = { 'AS', 'ASC', 'AUTHORIZATION', + 'AZ64', 'BACKUP', 'BETWEEN', 'BINARY', 'BLANKSASNULL', 'BOTH', - 'BY', 'BYTEDICT', 'BZIP2', 'CASE', @@ -117,6 +117,7 @@ export const language = { 'IS', 'ISNULL', 'JOIN', + 'LANGUAGE', 'LEADING', 'LEFT', 'LIKE', @@ -128,7 +129,7 @@ export const language = { 'LZO', 'LZOP', 'MINUS', - 'MOSTLY13', + 'MOSTLY16', 'MOSTLY32', 'MOSTLY8', 'NATURAL',