Auto merge of #13670 - Veykril:derive-helper, r=Veykril

Add `deriveHelper` to `semanticTokenTypes` section of package.json
This commit is contained in:
bors 2022-11-24 21:27:32 +00:00
commit 1e6a49a801

View file

@ -1496,6 +1496,11 @@
"description": "Style for derives",
"superType": "attribute"
},
{
"id": "deriveHelper",
"description": "Style for derive helpers",
"superType": "attribute"
},
{
"id": "dot",
"description": "Style for .",