mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +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",
|
||||
"description": "Style for attributes"
|
||||
},
|
||||
{
|
||||
"id": "boolean",
|
||||
"description": "Style for boolean literals",
|
||||
"superType": "keyword"
|
||||
},
|
||||
{
|
||||
"id": "builtinType",
|
||||
"description": "Style for builtin types",
|
||||
|
|
Loading…
Reference in a new issue