We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2b32a commit 97428b6Copy full SHA for 97428b6
editors/code/rust.tmGrammar.json
@@ -530,7 +530,7 @@
530
},
531
"sigils": {
532
"comment": "Sigil",
533
- "name": "keyword.other.sigil.rust",
+ "name": "keyword.operator.sigil.rust",
534
"match": "[&*](?=[a-zA-Z0-9_\\(\\[\\|\\\"]+)"
535
536
"self": {
@@ -588,7 +588,7 @@
588
"match": "(&)('[a-zA-Z_][a-zA-Z0-9_]*)\\b",
589
"captures": {
590
"1": {
591
- "name": "keyword.other.sigil.rust"
+ "name": "keyword.operator.sigil.rust"
592
593
"2": {
594
"name": "storage.modifier.lifetime.rust"
0 commit comments