Fix character semantic token type definition

This commit is contained in:
Luna Razzaghipour 2022-05-12 17:19:41 +10:00
parent 94fa8a6534
commit 23ec7cfec4
No known key found for this signature in database
GPG key ID: 1A3A9C4A5CDB108B

View file

@ -1216,9 +1216,9 @@
"superType": "type"
},
{
"id": "char",
"id": "character",
"description": "Style for character literals",
"superType": "type"
"superType": "string"
},
{
"id": "colon",