PowerShell / EditorSyntax

PowerShell syntax highlighting for editors (VS Code, Atom, SublimeText, TextMate, etc.) and GitHub!
MIT License
133 stars 45 forks source link

variable naming syntax coloration #38

Closed ziabytes closed 6 years ago

ziabytes commented 7 years ago

The problem I want to bring attention to is on variable syntax highlight/coloration/formatting

And I have seen this both for sublime text, atom, and VS code

image

basically the formatting is INCORRECT when under ""

I can understand if it was ' '

but in "" the variables are still quite functional.... and often there is text which is DIFFERENT from the variable inside like

"$variable-hello there how are you"

And we need to be able to differentiate that

omniomi commented 6 years ago

Fixed by #94