aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-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 2f14eaebd..3127e6a30 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -596,6 +596,11 @@
596 "description": "Style for lifetimes" 596 "description": "Style for lifetimes"
597 }, 597 },
598 { 598 {
599 "id": "selfKeyword",
600 "description": "Style for the self keyword",
601 "superType": "keyword"
602 },
603 {
599 "id": "typeAlias", 604 "id": "typeAlias",
600 "description": "Style for type aliases", 605 "description": "Style for type aliases",
601 "superType": "type" 606 "superType": "type"