0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Fix syntax color issue

This commit is contained in:
Kristi 2022-07-02 05:24:36 -04:00
parent d42a57cae6
commit 3bfd77f2ce
4 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.8.9
`2022-07-02`
- Fix syntax color issue introduced in version 0.8.6
## 0.8.8 ## 0.8.8
`2022-06-30` `2022-06-30`
- Add higher contrast settings example to README - Add higher contrast settings example to README

View file

@ -717,7 +717,7 @@
"name": "Object Key", "name": "Object Key",
"scope": [ "scope": [
"meta.object-literal.key", "meta.object-literal.key",
"entity.name.type", "entity.name.type.hcl",
"string.alias.graphql", "string.alias.graphql",
"string.unquoted.graphql", "string.unquoted.graphql",
"string.unquoted.alias.graphql", "string.unquoted.alias.graphql",

View file

@ -737,7 +737,7 @@
"name": "Object Key", "name": "Object Key",
"scope": [ "scope": [
"meta.object-literal.key", "meta.object-literal.key",
"entity.name.type", "entity.name.type.hcl",
"string.alias.graphql", "string.alias.graphql",
"string.unquoted.graphql", "string.unquoted.graphql",
"string.unquoted.alias.graphql", "string.unquoted.alias.graphql",

View file

@ -716,7 +716,7 @@
"name": "Object Key", "name": "Object Key",
"scope": [ "scope": [
"meta.object-literal.key", "meta.object-literal.key",
"entity.name.type", "entity.name.type.hcl",
"string.alias.graphql", "string.alias.graphql",
"string.unquoted.graphql", "string.unquoted.graphql",
"string.unquoted.alias.graphql", "string.unquoted.alias.graphql",