Closed noesberger closed 9 years ago
Hi
When I have a Powershell here string $x = @" "blala balal balal" "@
and the last row is inlined ("@) with space or tab, it's breaking the highlighting for the code that is following.
Does anyone else have the same error?
Do you mean
$x = @" "blala balal balal" "@
?
inlined or indented?
If it's indented like @vors wrote, that's not a valid here-string.
Sorry, indented. Ok, then it's my fault. Thanks for your fast reply
Hi
When I have a Powershell here string $x = @" "blala balal balal" "@
and the last row is inlined ("@) with space or tab, it's breaking the highlighting for the code that is following.
Does anyone else have the same error?