Open
Description
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 TokenFlags
TernaryOperator
, but :
is only default flagged SpecialOperator
. To be correctly able to highlight both, :
probably needs to be conditionally flagged with TernaryOperator
.