diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 2f14eaebd..acf3ca4b5 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -587,6 +587,11 @@ | |||
587 | "description": "Style for attributes" | 587 | "description": "Style for attributes" |
588 | }, | 588 | }, |
589 | { | 589 | { |
590 | "id": "boolean", | ||
591 | "description": "Style for boolean literals", | ||
592 | "superType": "keyword" | ||
593 | }, | ||
594 | { | ||
590 | "id": "builtinType", | 595 | "id": "builtinType", |
591 | "description": "Style for builtin types", | 596 | "description": "Style for builtin types", |
592 | "superType": "type" | 597 | "superType": "type" |
@@ -596,6 +601,11 @@ | |||
596 | "description": "Style for lifetimes" | 601 | "description": "Style for lifetimes" |
597 | }, | 602 | }, |
598 | { | 603 | { |
604 | "id": "selfKeyword", | ||
605 | "description": "Style for the self keyword", | ||
606 | "superType": "keyword" | ||
607 | }, | ||
608 | { | ||
599 | "id": "typeAlias", | 609 | "id": "typeAlias", |
600 | "description": "Style for type aliases", | 610 | "description": "Style for type aliases", |
601 | "superType": "type" | 611 | "superType": "type" |