@@ -962,7 +962,7 @@ if (10 -cgt 100) { }
962
962
# <- keyword.control.powershell
963
963
# ^ punctuation.section.group.begin.powershell
964
964
# ^^ ^^^ constant.numeric.integer.powershell
965
- # ^^^^ keyword.operator.logical .powershell
965
+ # ^^^^ keyword.operator.comparison .powershell
966
966
# ^ punctuation.section.group.end.powershell
967
967
# ^ punctuation.section.braces.begin.powershell
968
968
# ^ punctuation.section.braces.end.powershell
@@ -1029,21 +1029,21 @@ $a -iLike $b
1029
1029
$b -cLike $c
1030
1030
# ^ keyword.operator.comparison.powershell
1031
1031
"hey" -cgt "Hey"
1032
- # ^ keyword.operator.logical .powershell
1032
+ # ^ keyword.operator.comparison .powershell
1033
1033
"Hey" -igt "hey"
1034
- # ^ keyword.operator.logical .powershell
1034
+ # ^ keyword.operator.comparison .powershell
1035
1035
"hey" -cge "Hey"
1036
- # ^ keyword.operator.logical .powershell
1036
+ # ^ keyword.operator.comparison .powershell
1037
1037
"Hey" -ige "hey"
1038
- # ^ keyword.operator.logical .powershell
1038
+ # ^ keyword.operator.comparison .powershell
1039
1039
"HEY" -clt "hey"
1040
- # ^ keyword.operator.logical .powershell
1040
+ # ^ keyword.operator.comparison .powershell
1041
1041
"HEY" -ilt "hey"
1042
- # ^ keyword.operator.logical .powershell
1042
+ # ^ keyword.operator.comparison .powershell
1043
1043
"HEY" -cle "hey"
1044
- # ^ keyword.operator.logical .powershell
1044
+ # ^ keyword.operator.comparison .powershell
1045
1045
"HEY" -ile "hey"
1046
- # ^ keyword.operator.logical .powershell
1046
+ # ^ keyword.operator.comparison .powershell
1047
1047
1048
1048
# format
1049
1049
"{0:N2}" -f $a
0 commit comments