Closed
Description
There are a number of scopes that we use in the PowerShell syntax highlighting definitions that are not currently colorized in the default themes in Visual Studio Code.
For instance:
- constant.other
- constant.character.escape (used for escape characters in strings)
- keyword.operator (used for all operators)
- support (used for all commands; verb-noun as well as aliases)
Should we try to get some colors for these into the default themes? Or should we create our own PowerShell optimized versions of the default themes? I'm mainly thinking about the default light+ and dark+ themes.
I'd rather not use the "wrong" scope names just to get colors. This will only mess things up when you change to other themes.