Skip to content

Commit

Permalink
keyword.operator.range
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Jul 15, 2023
1 parent 74c7747 commit ae58719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntaxes/hexa.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"name": "storage.attribute.hexa",
"match": "@[a-z_][a-zA-Z_0-9]*\\b"
},
{
"name": "keyword.operator.range.hexa",
"match": "\\.\\.\\."
},
{
"comment": ".a.b",
"match": "(\\.)([a-z_][a-zA-Z_0-9]*)((\\.)([a-z_][a-zA-Z_0-9]*))?",
Expand Down

0 comments on commit ae58719

Please sign in to comment.