Skip to content

Commit

Permalink
chore: remove distinct keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 16, 2024
1 parent aacc780 commit 3b8b46e
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 @@ -233,7 +233,7 @@
},
{
"name": "keyword.nr",
"match": "\\b(global|comptime|quote|unsafe|unconstrained|distinct|pub|&mut|mut|self|in|as|let)\\b"
"match": "\\b(global|comptime|quote|unsafe|unconstrained|pub|&mut|mut|self|in|as|let)\\b"
}
]
},
Expand Down

0 comments on commit 3b8b46e

Please sign in to comment.