mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +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",
|
||||
"superType": "attribute"
|
||||
},
|
||||
{
|
||||
"id": "deriveHelper",
|
||||
"description": "Style for derive helpers",
|
||||
"superType": "attribute"
|
||||
},
|
||||
{
|
||||
"id": "dot",
|
||||
"description": "Style for .",
|
||||
|
|
Loading…
Reference in a new issue