-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update syntax for && and || statement operators #187
Comments
@rjmholt, can you link to a PR in PowerShell/PowerShell where this is being added? Thanks |
I knew I had seen them in this repo, here they are: EditorSyntax/PowerShellSyntax.tmLanguage Lines 365 to 370 in d10ae29
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
PS 7 adds the && and || pipeline chain operators. These will need implementing in the TM grammar.
Expected Behavior
Highlight && and || like & or ;, highlight pipelines between them as normal
Code Samples
The text was updated successfully, but these errors were encountered: