Skip to content

Commit

Permalink
fix embedded color in template literals expression
Browse files Browse the repository at this point in the history
prevent the color of brace in template literals expression, as well as object literals received as arguments to brace from appearing as string color.
  • Loading branch information
eenaree committed Apr 25, 2024
1 parent 46ca1a9 commit 40ea9ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion themes/new_darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
},
{
"scope": [
"meta.brace.round",
"meta.embedded",
"meta.tag.attributes",
"meta.at-rule.for keyword.control.operator",
"variable.interpolation",
Expand Down
2 changes: 1 addition & 1 deletion themes/new_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
},
{
"scope": [
"meta.brace.round",
"meta.embedded",
"meta.tag.attributes",
"meta.at-rule.for keyword.control.operator",
"variable.interpolation",
Expand Down
2 changes: 1 addition & 1 deletion themes/new_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
},
{
"scope": [
"meta.brace.round",
"meta.embedded",
"meta.at-rule.media keyword.control.operator",
"meta.at-rule.for keyword.control.operator",
"meta.tag.metadata.doctype.html entity.name.tag",
Expand Down
2 changes: 1 addition & 1 deletion themes/new_light_with_darkHeader.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
},
{
"scope": [
"meta.brace.round",
"meta.embedded",
"meta.at-rule.media keyword.control.operator",
"meta.at-rule.for keyword.control.operator",
"meta.tag.metadata.doctype.html entity.name.tag",
Expand Down

0 comments on commit 40ea9ef

Please sign in to comment.