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

View File

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