<!-- BEFORE SUBMITTING A NEW ISSUE... Please try a different theme to make sure the problem is not with the theme and is actually with the syntax. If you are not reporting a bug please remove this template and describe the issue in your own words. --> ### 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 <!-- Include any code sippets that can be used to reproduce the described behavior. --> ```PowerShell Get-Command -Name 'mycommand' && & mycommand ```