Skip to content

Commit

Permalink
add highlighting to vue component's three types of top-level block an…
Browse files Browse the repository at this point in the history
…d custom tag in dark theme
  • Loading branch information
eenaree committed Nov 24, 2023
1 parent 0c0aa12 commit ef9f66f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion themes/new_darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,15 @@
}
},
{
"scope": ["support.class.component"],
"scope": [
"support.class.component",
"entity.name.tag.template.html.vue",
"entity.name.tag.script.html.vue",
"entity.name.tag.style.html.vue",
"source.vue meta.tag.other.unrecognized.html.derivative entity.name.tag",
"source.vue meta.tag.custom.start.html entity.name.tag",
"source.vue meta.tag.custom.end.html entity.name.tag"
],
"settings": {
"foreground": "#2ebaa3"
}
Expand Down
10 changes: 9 additions & 1 deletion themes/new_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,15 @@
}
},
{
"scope": ["support.class.component"],
"scope": [
"support.class.component",
"entity.name.tag.template.html.vue",
"entity.name.tag.script.html.vue",
"entity.name.tag.style.html.vue",
"source.vue meta.tag.other.unrecognized.html.derivative entity.name.tag",
"source.vue meta.tag.custom.start.html entity.name.tag",
"source.vue meta.tag.custom.end.html entity.name.tag"
],
"settings": {
"foreground": "#2ebaa3"
}
Expand Down

0 comments on commit ef9f66f

Please sign in to comment.