Skip to content

Commit 23ec7cf

Browse files
committed
Fix character semantic token type definition
1 parent 94fa8a6 commit 23ec7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1216,9 +1216,9 @@
12161216
"superType": "type"
12171217
},
12181218
{
1219-
"id": "char",
1219+
"id": "character",
12201220
"description": "Style for character literals",
1221-
"superType": "type"
1221+
"superType": "string"
12221222
},
12231223
{
12241224
"id": "colon",

0 commit comments

Comments
 (0)