mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-13 23:07:43 -04:00
Fix embedded literal tags for Volar
This commit is contained in:
parent
99f8bea793
commit
05a420d310
3 changed files with 3 additions and 0 deletions
|
@ -576,6 +576,7 @@
|
||||||
"keyword.other",
|
"keyword.other",
|
||||||
"keyword.operator.bitwise.shift",
|
"keyword.operator.bitwise.shift",
|
||||||
"punctuation",
|
"punctuation",
|
||||||
|
"expression.embbeded.vue punctuation.definition.tag",
|
||||||
"text.html.twig meta.tag.inline.any.html",
|
"text.html.twig meta.tag.inline.any.html",
|
||||||
"meta.tag.template.value.twig meta.function.arguments.twig",
|
"meta.tag.template.value.twig meta.function.arguments.twig",
|
||||||
"meta.directive.vue punctuation.separator.key-value.html",
|
"meta.directive.vue punctuation.separator.key-value.html",
|
||||||
|
|
|
@ -597,6 +597,7 @@
|
||||||
"keyword.other",
|
"keyword.other",
|
||||||
"keyword.operator.bitwise.shift",
|
"keyword.operator.bitwise.shift",
|
||||||
"punctuation",
|
"punctuation",
|
||||||
|
"expression.embbeded.vue punctuation.definition.tag",
|
||||||
"text.html.twig meta.tag.inline.any.html",
|
"text.html.twig meta.tag.inline.any.html",
|
||||||
"meta.tag.template.value.twig meta.function.arguments.twig",
|
"meta.tag.template.value.twig meta.function.arguments.twig",
|
||||||
"meta.directive.vue punctuation.separator.key-value.html",
|
"meta.directive.vue punctuation.separator.key-value.html",
|
||||||
|
|
|
@ -575,6 +575,7 @@
|
||||||
"keyword.other",
|
"keyword.other",
|
||||||
"keyword.operator.bitwise.shift",
|
"keyword.operator.bitwise.shift",
|
||||||
"punctuation",
|
"punctuation",
|
||||||
|
"expression.embbeded.vue punctuation.definition.tag",
|
||||||
"text.html.twig meta.tag.inline.any.html",
|
"text.html.twig meta.tag.inline.any.html",
|
||||||
"meta.tag.template.value.twig meta.function.arguments.twig",
|
"meta.tag.template.value.twig meta.function.arguments.twig",
|
||||||
"meta.directive.vue punctuation.separator.key-value.html",
|
"meta.directive.vue punctuation.separator.key-value.html",
|
||||||
|
|
Loading…
Add table
Reference in a new issue