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 embedded literal tags for Volar

This commit is contained in:
Kristi 2022-04-10 12:47:22 -04:00
parent 99f8bea793
commit 05a420d310
3 changed files with 3 additions and 0 deletions

View file

@ -576,6 +576,7 @@
"keyword.other",
"keyword.operator.bitwise.shift",
"punctuation",
"expression.embbeded.vue punctuation.definition.tag",
"text.html.twig meta.tag.inline.any.html",
"meta.tag.template.value.twig meta.function.arguments.twig",
"meta.directive.vue punctuation.separator.key-value.html",

View file

@ -597,6 +597,7 @@
"keyword.other",
"keyword.operator.bitwise.shift",
"punctuation",
"expression.embbeded.vue punctuation.definition.tag",
"text.html.twig meta.tag.inline.any.html",
"meta.tag.template.value.twig meta.function.arguments.twig",
"meta.directive.vue punctuation.separator.key-value.html",

View file

@ -575,6 +575,7 @@
"keyword.other",
"keyword.operator.bitwise.shift",
"punctuation",
"expression.embbeded.vue punctuation.definition.tag",
"text.html.twig meta.tag.inline.any.html",
"meta.tag.template.value.twig meta.function.arguments.twig",
"meta.directive.vue punctuation.separator.key-value.html",