Open
Description
Moved from SublimeText/PowerShell#66
Environment
- 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
Expected Behavior
PowerShell_ISE -- both are the same
Code Samples
"blablabla $(invoke-foo baz $a.bar) blablabla"
invoke-foo baz $a.bar