mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Color sigil like keyword
This commit is contained in:
parent
d5d154ba3f
commit
0881c889bf
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@
|
|||
},
|
||||
"sigils": {
|
||||
"comment": "Sigil",
|
||||
"name": "keyword.operator.sigil.rust",
|
||||
"name": "keyword.other.sigil.rust",
|
||||
"match": "[&*](?=[a-zA-Z0-9_\\(\\[\\|\\\"]+)"
|
||||
},
|
||||
"self": {
|
||||
|
|
Loading…
Reference in a new issue