We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$Error
$PSVersionTable
Some PowerShell variables aren't highlighted.
The following:
```powershell $SomeVariable $Error $PSVersionTable ```
Results in:
Related issue:
All variables should be highlighted, like highlight.js does it https://highlightjs.org/demo:
The text was updated successfully, but these errors were encountered:
This is a problem with the upstream grammar, not linguist. Please open an issue in the grammar repo.
Sorry, something went wrong.
That would be https://github.com/PowerShell/EditorSyntax, correct? I'll make an issue there if it doesn't exist already. Edit:
Yup, that’s grammar we use. Interesting that the VSCode grammar suffers from the same issue.
No branches or pull requests
Describe the bug
Some PowerShell variables aren't highlighted.
The following:
Results in:
Related issue:
$Error
,$PSVersionTable
) PowerShell/vscode-powershell#4944Expected behaviour
All variables should be highlighted, like highlight.js does it https://highlightjs.org/demo:
Related discussion
Additional notes
The text was updated successfully, but these errors were encountered: