aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/code/rust.tmGrammar.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/rust.tmGrammar.json b/editors/code/rust.tmGrammar.json
index c5ac9a99e..27982c13a 100644
--- a/editors/code/rust.tmGrammar.json
+++ b/editors/code/rust.tmGrammar.json
@@ -530,7 +530,7 @@
530 }, 530 },
531 "sigils": { 531 "sigils": {
532 "comment": "Sigil", 532 "comment": "Sigil",
533 "name": "keyword.other.sigil.rust", 533 "name": "keyword.operator.sigil.rust",
534 "match": "[&*](?=[a-zA-Z0-9_\\(\\[\\|\\\"]+)" 534 "match": "[&*](?=[a-zA-Z0-9_\\(\\[\\|\\\"]+)"
535 }, 535 },
536 "self": { 536 "self": {
@@ -588,7 +588,7 @@
588 "match": "(&)('[a-zA-Z_][a-zA-Z0-9_]*)\\b", 588 "match": "(&)('[a-zA-Z_][a-zA-Z0-9_]*)\\b",
589 "captures": { 589 "captures": {
590 "1": { 590 "1": {
591 "name": "keyword.other.sigil.rust" 591 "name": "keyword.operator.sigil.rust"
592 }, 592 },
593 "2": { 593 "2": {
594 "name": "storage.modifier.lifetime.rust" 594 "name": "storage.modifier.lifetime.rust"