diff options
| author | Luna Razzaghipour <aramisnoah@gmail.com> | 2022-05-12 17:19:41 +1000 |
|---|---|---|
| committer | Luna Razzaghipour <aramisnoah@gmail.com> | 2022-05-12 18:15:39 +1000 |
| commit | 23ec7cfec4e59df35cb0e9864ffa889fa9729ca7 (patch) | |
| tree | ddeb17b807838301726e294ff5cbdecb213ea5b1 /editors/code/package.json | |
| parent | 94fa8a6534cf93276ad7e205026402f24d41a0b2 (diff) | |
| download | rust-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.json | 4 |
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", |
