You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure of any builtin languages where this behavior occurs, because for the builtin languages that have embedded languages, they have language-specific overrides, such as variable.js. However, this can be seen with an external language, like so:
The token myVar is in the scope of meta.embedded which should mean that it's coloring should reset and I would expect that token to appear as the default black, inside of leaking the meta.tag scope.
As is, styles surrounding embedded code leak their styles into the embedded blocks.
The text was updated successfully, but these errors were encountered: