aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Fraser <[email protected]>2020-05-09 20:34:28 +0100
committerGeorge Fraser <[email protected]>2020-05-10 21:07:28 +0100
commit0881c889bf728a0e151c828cff93116d14769158 (patch)
tree859e17367bb409a45bd9e83a499336b5a17c061a
parentd5d154ba3f6823feeaaa62c2238711bcf0c43c53 (diff)
Color sigil like keyword
-rw-r--r--editors/code/rust.tmGrammar.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/rust.tmGrammar.json b/editors/code/rust.tmGrammar.json
index 16497abb0..034038830 100644
--- a/editors/code/rust.tmGrammar.json
+++ b/editors/code/rust.tmGrammar.json
@@ -536,7 +536,7 @@
536 }, 536 },
537 "sigils": { 537 "sigils": {
538 "comment": "Sigil", 538 "comment": "Sigil",
539 "name": "keyword.operator.sigil.rust", 539 "name": "keyword.other.sigil.rust",
540 "match": "[&*](?=[a-zA-Z0-9_\\(\\[\\|\\\"]+)" 540 "match": "[&*](?=[a-zA-Z0-9_\\(\\[\\|\\\"]+)"
541 }, 541 },
542 "self": { 542 "self": {