Skip to content

Commit

Permalink
vscode-ext: fix block comment highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed Dec 22, 2024
1 parent 1438e65 commit ad3a217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-ext/heyvl/heyvl.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
{
"name": "keyword.operator.heyvl",
"match": "!|\\+|\\*|-|/(?!/)|==>|==|<=|<|>=|&&|\\|\\|"
"match": "!|\\+|\\*|-|/(?![/\\*])|==>|==|<=|<|>=|&&|\\|\\|"
},
{
"name": "keyword.operator.heyvl",
Expand Down

0 comments on commit ad3a217

Please sign in to comment.