Unnamed repository; edit this file 'description' to name the repository.
Add deriveHelper to semanticTokenTypes section of package.json
| -rw-r--r-- | editors/code/package.json | 5 |
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" |