From 46f36e991a489cd5e74edbbd68cfc8ad75dd0987 Mon Sep 17 00:00:00 2001 From: Kristi Date: Fri, 1 Nov 2019 13:03:18 -0400 Subject: [PATCH] Fix HTML id attribute color bug --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 1 + themes/tokyo-night-storm-color-theme.json | 1 + 3 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 186d9f0..29e6696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## 0.3.9 +`2019-11-1` +- Fix HTML id attribute color bug + ## 0.3.8 `2019-11-1` - Tweak Peek view colors diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 0d49399..db45cfc 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -925,6 +925,7 @@ "name": "Vue Template attributes", "scope": [ "meta.directive.vue punctuation.separator.key-value.html", + "entity.other.attribute-name.id.html", "meta.directive.vue entity.other.attribute-name.html" ], "settings": { diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index f684379..3d42ac5 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -925,6 +925,7 @@ "name": "Vue Template attributes", "scope": [ "meta.directive.vue punctuation.separator.key-value.html", + "entity.other.attribute-name.id.html", "meta.directive.vue entity.other.attribute-name.html" ], "settings": {