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",