diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index db45cfc..2abc4c7 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -449,9 +449,7 @@ "punctuation.definition.keyword", "punctuation.terminator.rule", "punctuation.definition.entity", - "punctuation.definition.tag", "punctuation.separator.inheritance.php", - "punctuation.definition.tag.html", "keyword.other.template", "keyword.other.substitution", "entity.name.operator", @@ -522,11 +520,7 @@ }, { "name": "Tag Punctuation", - "scope": [ - "punctuation.definition.tag", - "punctuation.definition.tag.begin.html", - "punctuation.definition.tag.end.html" - ], + "scope": "punctuation.definition.tag", "settings": { "foreground": "#ba3c97" } diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 3d42ac5..1c3e1e7 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -448,9 +448,7 @@ "punctuation.definition.keyword", "punctuation.terminator.rule", "punctuation.definition.entity", - "punctuation.definition.tag", "punctuation.separator.inheritance.php", - "punctuation.definition.tag.html", "keyword.other.template", "keyword.other.substitution", "entity.name.operator", @@ -521,11 +519,7 @@ }, { "name": "Tag Punctuation", - "scope": [ - "punctuation.definition.tag", - "punctuation.definition.tag.begin.html", - "punctuation.definition.tag.end.html" - ], + "scope": "punctuation.definition.tag", "settings": { "foreground": "#ba3c97" }