mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Fix Vue inline chained event modifier color
This commit is contained in:
parent
8f29920bba
commit
a53c1cdeda
3 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue