about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorLuna Razzaghipour <aramisnoah@gmail.com>2022-05-12 17:19:41 +1000
committerLuna Razzaghipour <aramisnoah@gmail.com>2022-05-12 18:15:39 +1000
commit23ec7cfec4e59df35cb0e9864ffa889fa9729ca7 (patch)
treeddeb17b807838301726e294ff5cbdecb213ea5b1 /editors/code/package.json
parent94fa8a6534cf93276ad7e205026402f24d41a0b2 (diff)
downloadrust-23ec7cfec4e59df35cb0e9864ffa889fa9729ca7.tar.gz
rust-23ec7cfec4e59df35cb0e9864ffa889fa9729ca7.zip
Fix `character` semantic token type definition
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 2 insertions, 2 deletions
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",