mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-13 23:07:43 -04: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
|
# 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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue