mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Add boolean literals to package.json
This commit is contained in:
parent
1527feb744
commit
87aa746ed2
1 changed files with 5 additions and 0 deletions
|
@ -586,6 +586,11 @@
|
||||||
"id": "attribute",
|
"id": "attribute",
|
||||||
"description": "Style for attributes"
|
"description": "Style for attributes"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "boolean",
|
||||||
|
"description": "Style for boolean literals",
|
||||||
|
"superType": "keyword"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "builtinType",
|
"id": "builtinType",
|
||||||
"description": "Style for builtin types",
|
"description": "Style for builtin types",
|
||||||
|
|
Loading…
Reference in a new issue