From 23ec7cfec4e59df35cb0e9864ffa889fa9729ca7 Mon Sep 17 00:00:00 2001 From: Luna Razzaghipour Date: Thu, 12 May 2022 17:19:41 +1000 Subject: Fix `character` semantic token type definition --- editors/code/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 241cafd369a..5fedbc8a2e7 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1216,9 +1216,9 @@ "superType": "type" }, { - "id": "char", + "id": "character", "description": "Style for character literals", - "superType": "type" + "superType": "string" }, { "id": "colon", -- cgit 1.4.1-3-g733a5