Skip to content

Commit

Permalink
highlight bitwise not ~ operator
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloCampana authored Jul 3, 2024
1 parent 278d1d5 commit 169ba72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/zig.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
},
{
"name": "keyword.operator.bitwise.zig",
"match": "(<<%?|>>|!|&|\\^|\\|)=?"
"match": "(<<%?|>>|!|~|&|\\^|\\|)=?"
},
{
"name": "keyword.operator.special.zig",
Expand Down

0 comments on commit 169ba72

Please sign in to comment.