mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Auto merge of #13670 - Veykril:derive-helper, r=Veykril
Add `deriveHelper` to `semanticTokenTypes` section of package.json
This commit is contained in:
commit
1e6a49a801
1 changed files with 5 additions and 0 deletions
|
@ -1496,6 +1496,11 @@
|
||||||
"description": "Style for derives",
|
"description": "Style for derives",
|
||||||
"superType": "attribute"
|
"superType": "attribute"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "deriveHelper",
|
||||||
|
"description": "Style for derive helpers",
|
||||||
|
"superType": "attribute"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "dot",
|
"id": "dot",
|
||||||
"description": "Style for .",
|
"description": "Style for .",
|
||||||
|
|
Loading…
Reference in a new issue