Skip to content

Commit

Permalink
Highlight const/close/total
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed Aug 25, 2024
1 parent d65cfec commit 0b75678
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions syntaxes/teal.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
},
{
"include": "#long-string"
},
{
"include": "#attribute"
}
]
},
Expand Down Expand Up @@ -198,6 +201,10 @@
}
]
},
"attribute": {
"match": "<\\s*(const|close|total)\\s*>",
"name": "storage.modifier.teal"
},
"expression": {
"patterns": [
{
Expand Down

0 comments on commit 0b75678

Please sign in to comment.