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 fa04cf5 commit f898bdbCopy full SHA for f898bdb
spec/testfiles/syntax_test_TheBigTestFile.ps1
@@ -1007,11 +1007,11 @@ $z = -bnot $x
1007
$l = 1 -shl 10
1008
# ^ keyword.operator.assignment.powershell
1009
# ^ ^^ constant.numeric.integer.powershell
1010
-# ^ keyword.operator.bitwise.powershell
+# ^ 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