From a53c1cdeda7cca6d271abb358cfeb22390b8a456 Mon Sep 17 00:00:00 2001 From: Kristi Russell Date: Tue, 21 Mar 2023 11:27:24 -0400 Subject: [PATCH] Fix Vue inline chained event modifier color --- themes/tokyo-night-color-theme.json | 3 ++- themes/tokyo-night-light-color-theme.json | 3 ++- themes/tokyo-night-storm-color-theme.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 6fc8a00..d99323a 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -616,6 +616,7 @@ "punctuation.definition.string", "punctuation.support.type.property-name", "text.html.vue-html meta.tag", + "meta.attribute.directive", "punctuation.definition.keyword", "punctuation.terminator.rule", "punctuation.definition.entity", @@ -1097,7 +1098,7 @@ } }, { - "name": "Vue Template attributes", + "name": "Vue (Vetur / deprecated) Template attributes", "scope": [ "entity.other.attribute-name.id.html", "meta.directive.vue entity.other.attribute-name.html" diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 3e79ab5..1eae522 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -636,6 +636,7 @@ "punctuation.definition.string", "punctuation.support.type.property-name", "text.html.vue-html meta.tag", + "meta.attribute.directive", "punctuation.definition.keyword", "punctuation.terminator.rule", "punctuation.definition.entity", @@ -1136,7 +1137,7 @@ } }, { - "name": "Vue Template attributes", + "name": "Vue (Vetur / deprecated) Template attributes", "scope": [ "entity.other.attribute-name.id.html", "meta.directive.vue entity.other.attribute-name.html" diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 419ebf3..fc3befb 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -1098,7 +1098,7 @@ } }, { - "name": "Vue Template attributes", + "name": "Vue (Vetur / deprecated) Template attributes", "scope": [ "entity.other.attribute-name.id.html", "meta.directive.vue entity.other.attribute-name.html"