mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Fix syntax color issue
This commit is contained in:
parent
d42a57cae6
commit
3bfd77f2ce
4 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.8.9
|
||||
`2022-07-02`
|
||||
- Fix syntax color issue introduced in version 0.8.6
|
||||
|
||||
## 0.8.8
|
||||
`2022-06-30`
|
||||
- Add higher contrast settings example to README
|
||||
|
|
|
@ -717,7 +717,7 @@
|
|||
"name": "Object Key",
|
||||
"scope": [
|
||||
"meta.object-literal.key",
|
||||
"entity.name.type",
|
||||
"entity.name.type.hcl",
|
||||
"string.alias.graphql",
|
||||
"string.unquoted.graphql",
|
||||
"string.unquoted.alias.graphql",
|
||||
|
|
|
@ -737,7 +737,7 @@
|
|||
"name": "Object Key",
|
||||
"scope": [
|
||||
"meta.object-literal.key",
|
||||
"entity.name.type",
|
||||
"entity.name.type.hcl",
|
||||
"string.alias.graphql",
|
||||
"string.unquoted.graphql",
|
||||
"string.unquoted.alias.graphql",
|
||||
|
|
|
@ -716,7 +716,7 @@
|
|||
"name": "Object Key",
|
||||
"scope": [
|
||||
"meta.object-literal.key",
|
||||
"entity.name.type",
|
||||
"entity.name.type.hcl",
|
||||
"string.alias.graphql",
|
||||
"string.unquoted.graphql",
|
||||
"string.unquoted.alias.graphql",
|
||||
|
|
Loading…
Reference in a new issue