Unnamed repository; edit this file 'description' to name the repository.
Add deriveHelper to semanticTokenTypes section of package.json
Lukas Wirth 2022-11-25
parent 81d26e7 · commit 9fba39f
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index c4d4e428ea..eb4f258120 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1494,6 +1494,11 @@
"superType": "attribute"
},
{
+ "id": "deriveHelper",
+ "description": "Style for derive helpers",
+ "superType": "attribute"
+ },
+ {
"id": "dot",
"description": "Style for .",
"superType": "punctuation"