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"