Skip to content

Commit

Permalink
Don't require space after field name in table constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed Aug 24, 2024
1 parent 7f0c10f commit d65cfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/teal.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
]
},
{
"match": "[a-zA-Z_][a-zA-Z0-9_]*\\s*(?=.+=)",
"match": "[a-zA-Z_][a-zA-Z0-9_]*\\s*(?=.*=)",
"name": "variable.other.teal"
},
{
Expand Down

0 comments on commit d65cfec

Please sign in to comment.