Skip to content

Commit 1e6a49a

Browse files
committed
Auto merge of rust-lang#13670 - Veykril:derive-helper, r=Veykril
Add `deriveHelper` to `semanticTokenTypes` section of package.json
2 parents 76e2e41 + 9fba39f commit 1e6a49a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

editors/code/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,11 @@
14961496
"description": "Style for derives",
14971497
"superType": "attribute"
14981498
},
1499+
{
1500+
"id": "deriveHelper",
1501+
"description": "Style for derive helpers",
1502+
"superType": "attribute"
1503+
},
14991504
{
15001505
"id": "dot",
15011506
"description": "Style for .",

0 commit comments

Comments
 (0)