diff options
author | Laurențiu Nicola <[email protected]> | 2020-05-25 09:39:56 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-05-25 09:39:56 +0100 |
commit | 87aa746ed2820d401975534a33454d16c0034ee2 (patch) | |
tree | 6b39f84b475fdaefa19e0bd94252be7312f183b0 | |
parent | 1527feb744c7911b6ca482554f0399d3ef0ebfdc (diff) |
Add boolean literals to 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 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" |