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 0e6755a32..acf3ca4b5 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -601,6 +601,11 @@
601 "description": "Style for lifetimes" 601 "description": "Style for lifetimes"
602 }, 602 },
603 { 603 {
604 "id": "selfKeyword",
605 "description": "Style for the self keyword",
606 "superType": "keyword"
607 },
608 {
604 "id": "typeAlias", 609 "id": "typeAlias",
605 "description": "Style for type aliases", 610 "description": "Style for type aliases",
606 "superType": "type" 611 "superType": "type"