Skip to content

Commit

Permalink
feat: add loop, enum and match keywords (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite authored Jan 21, 2025
1 parent a641f7f commit 1fde58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/noir.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"patterns": [
{
"name": "keyword.control.nr",
"match": "\\b(fn|impl|trait|type|mod|use|struct|if|else|for)\\b"
"match": "\\b(fn|impl|trait|type|mod|use|struct|if|else|for|loop|enum|match)\\b"
},
{
"name": "keyword.nr",
Expand Down

0 comments on commit 1fde58d

Please sign in to comment.