Skip to content

Commit

Permalink
feat(highlight): add highlighting for additional Terramate blocks. (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Natel <[email protected]>
  • Loading branch information
i4ki authored Feb 10, 2024
1 parent 0569b23 commit cf0ed98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/terramate.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"1": {
"patterns": [
{
"match": "\\b(?:terramate|git|stack|globals|lets|import|generate_hcl|content|config)\\b",
"match": "\\b(?:terramate|config|git|cloud|stack|globals|lets|map|import|generate_hcl|generate_file|content|tm_dynamic)\\b",
"name": "storage.type.tm"
},
{
Expand Down

0 comments on commit cf0ed98

Please sign in to comment.