-
Notifications
You must be signed in to change notification settings - Fork 513
Issue with Syntax Coloring #472
New issue
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
Comments
I munged up the formatting on the code. I updated it above. (Sorry about that). |
The syntax highlighting for PowerShell is done in the https://github.com/PowerShell/EditorSyntax project. Can you post this defect there? |
This issue was moved to PowerShell/EditorSyntax#32 |
Thanks @Roadkill4545, I just moved the issue over to the PowerShell/EditorSyntax repo so that we can track it there. |
Thank you! Sorry for the misunderstanding. |
No misunderstanding at all, we need to be more clear about where to file syntax bugs. |
Uh oh!
There was an error while loading. Please reload this page.
System Details
$PSVersionTable
:Name Value
PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Evaluate $PSVersionTable in PowerShell and paste the output here
Issue Description
This should be an easy one (I hope!). I am experiencing a problem with syntax highlighting and color. The syntax coloring becomes off when I use the following line of code in my script:
Specifically, it takes issue with the backtick-dollarsign combination. If I remove the dollar sign, the coloring in all of the code below this line works again. Note the code itself works correctly, its simply the syntax color highlighting in VS Code that breaks. Here is an example of how to reproduce:
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
The text was updated successfully, but these errors were encountered: