You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am already testing the future release of PowerShell 7 with support for ternary operator. At present, neither the ? or the : are highlighted special.
Should they be?
Currently, ? is default flagged as TokenFlagsTernaryOperator, but : is only default flagged SpecialOperator. To be correctly able to highlight both, : probably needs to be conditionally flagged with TernaryOperator.