Skip to content

Commit 4874aaf

Browse files
PauloCampanaVexu
authored andcommitted
highlight bitwise not ~ operator
1 parent 278d1d5 commit 4874aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/zig.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
{
194194
"name": "keyword.operator.bitwise.zig",
195-
"match": "(<<%?|>>|!|&|\\^|\\|)=?"
195+
"match": "(<<%?|>>|!|~|&|\\^|\\|)=?"
196196
},
197197
{
198198
"name": "keyword.operator.special.zig",

0 commit comments

Comments
 (0)