Skip to content

Commit

Permalink
[vscode] Highlight is.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Apr 4, 2024
1 parent bb6a148 commit ddbcebb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editors/vscode/syntaxes/fusion.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,10 @@
{
"name": "keyword.operator.arithmetic.fu",
"match": "[-+*/%]"
},
{
"name": "keyword.operator.expression.pattern.is.fu",
"match": "\\bis\\b"
}
]
},
Expand Down

0 comments on commit ddbcebb

Please sign in to comment.