From 3bfd77f2ce486a9ffa7c9a0431b47d59c1a87850 Mon Sep 17 00:00:00 2001 From: Kristi Date: Sat, 2 Jul 2022 05:24:36 -0400 Subject: [PATCH] Fix syntax color issue --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 2 +- themes/tokyo-night-light-color-theme.json | 2 +- themes/tokyo-night-storm-color-theme.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b543d..150c526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 61852e5..6c2d0bd 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -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", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index a66ad51..25f57f0 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -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", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index cd60b10..e034da2 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -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",