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
Get-Command -Name 'mycommand' && & mycommand