We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd88f4 commit fa04cf5Copy full SHA for fa04cf5
spec/testfiles/syntax_test_TheBigTestFile.ps1
@@ -1004,6 +1004,14 @@ $x = $y -band $x
1004
$z = -bnot $x
1005
# ^ keyword.operator.assignment.powershell
1006
# ^ keyword.operator.bitwise.powershell
1007
+$l = 1 -shl 10
1008
+# ^ keyword.operator.assignment.powershell
1009
+# ^ ^^ constant.numeric.integer.powershell
1010
+# ^ keyword.operator.bitwise.powershell
1011
+$r = 10 -shr 1
1012
1013
+# ^^ ^ constant.numeric.integer.powershell
1014
1015
$k = $y -xor $b
1016
1017
# ^ keyword.operator.logical.powershell
0 commit comments