Skip to content
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

Syntax highlighting for variables incorrect where ? is treated as token separator #759

Closed
SteveL-MSFT opened this issue May 17, 2017 · 2 comments

Comments

@SteveL-MSFT
Copy link
Member

$foo?bar = 1

"$foo?bar"

only $foo is highlighted as a variable, this causes confusion to the customer as PowerShell treats $foo?bar as the variable (which is allowed)

PSReadline highlights correctly

@daviwil
Copy link
Contributor

daviwil commented May 17, 2017

This issue was moved to PowerShell/EditorSyntax#49

@daviwil daviwil closed this as completed May 17, 2017
@daviwil
Copy link
Contributor

daviwil commented May 17, 2017

Thanks Steve! Moved it to the proper repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants