0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Fix Vue inline chained event modifier color

This commit is contained in:
Kristi Russell 2023-03-21 11:27:24 -04:00
parent 8f29920bba
commit a53c1cdeda
3 changed files with 5 additions and 3 deletions

View file

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

View file

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

View file

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