diff options
Diffstat (limited to 'editors')
-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 2f14eaebd..0e6755a32 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" |