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
Editor and Version (VS Code, Atom, Sublime): Sublime
Your primary theme: Default
Issue Description
$(...) inside a string is an expression interpolation.
Ideally it should be highlighted exectly the same way as it's highlighted when put outside of the string context.
I'm not sure it's possible to achive with regex grammar.
Screenshots
Sublime -- difference between interpolated and non-interpolated