Skip to content

Commit

Permalink
Support ['key'] notation in record declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed Aug 21, 2024
1 parent 7fa1c5d commit dfcc884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntaxes/teal.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit dfcc884

Please sign in to comment.