mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Fix character
semantic token type definition
This commit is contained in:
parent
94fa8a6534
commit
23ec7cfec4
@ -1216,9 +1216,9 @@
|
|||||||
"superType": "type"
|
"superType": "type"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "char",
|
"id": "character",
|
||||||
"description": "Style for character literals",
|
"description": "Style for character literals",
|
||||||
"superType": "type"
|
"superType": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "colon",
|
"id": "colon",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user