mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 19:34:16 +00:00
Fix character
semantic token type definition
This commit is contained in:
parent
94fa8a6534
commit
23ec7cfec4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue