mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05: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.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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue