diff options
author | George Fraser <[email protected]> | 2020-05-09 20:34:28 +0100 |
---|---|---|
committer | George Fraser <[email protected]> | 2020-05-10 21:07:28 +0100 |
commit | 0881c889bf728a0e151c828cff93116d14769158 (patch) | |
tree | 859e17367bb409a45bd9e83a499336b5a17c061a /editors | |
parent | d5d154ba3f6823feeaaa62c2238711bcf0c43c53 (diff) |
Color sigil like keyword
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/rust.tmGrammar.json | 2 |
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": { |