Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate 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 |
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