aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorGeorge Fraser <[email protected]>2020-05-10 23:36:47 +0100
committerGeorge Fraser <[email protected]>2020-05-10 23:36:47 +0100
commit97428b6d52d25f810dbd7d7a8d787740c58bfbd2 (patch)
treea7714dcf682e40602ec20859a2bc8166d15400d6 /editors/code
parent2d2b32abe5edc6102a8800dedcc40bb3ac8bc393 (diff)
Put sigil back to keyword.operator
Diffstat (limited to 'editors/code')
-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"