diff options
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": { |