From dfcc884709cb25b6175fb022a2e3cc95cfb0922d Mon Sep 17 00:00:00 2001 From: Patrick Desaulniers Date: Wed, 21 Aug 2024 13:04:28 -0400 Subject: [PATCH] Support ['key'] notation in record declarations --- syntaxes/teal.tmLanguage.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/syntaxes/teal.tmLanguage.json b/syntaxes/teal.tmLanguage.json index 07b9356..1df1ef4 100644 --- a/syntaxes/teal.tmLanguage.json +++ b/syntaxes/teal.tmLanguage.json @@ -634,6 +634,10 @@ { "include": "#comment" }, + { + "comment": "Support ['key'] notation in record declarations; see https://github.com/teal-language/tl/issues/746#issuecomment-2108757909", + "include": "#brackets" + }, { "include": "#enum-block" },