SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
312 stars 80 forks source link

Coloring of variables is difficult to read #147

Closed lzybkr closed 6 years ago

lzybkr commented 8 years ago

The default coloring of variables in VSCode is hard to read because the sigil is colored, but not the variable name. This puts too much emphasis on the sigil and not the name.

I prefer having the sigil+variable colored, but not coloring anything would be better than the default.

Here is an example:

image

vors commented 6 years ago

Moving this discussion to EditorSyntax https://github.com/PowerShell/EditorSyntax/issues/23

omniomi commented 6 years ago

@lzybkr please see my suggestion on PowerShell/EditorSyntax#23 and let me know what you think.