Skip to content

Commit 0881c88

Browse files
committed
Color sigil like keyword
1 parent d5d154b commit 0881c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/rust.tmGrammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
},
537537
"sigils": {
538538
"comment": "Sigil",
539-
"name": "keyword.operator.sigil.rust",
539+
"name": "keyword.other.sigil.rust",
540540
"match": "[&*](?=[a-zA-Z0-9_\\(\\[\\|\\\"]+)"
541541
},
542542
"self": {

0 commit comments

Comments
 (0)