intellij-powershell icon indicating copy to clipboard operation
intellij-powershell copied to clipboard

More thorough support for newlines across the grammar

Open ForNeVeR opened this issue 1 year ago • 1 comments

For context, see #236.

Should fix #182.

Closes #236 (as superseded).

TODO:

  • [ ] Make the existing tests green
  • [ ] More tests for the initial case

ForNeVeR avatar Mar 25 '24 21:03 ForNeVeR

Folding / expand selection difference (folding.ps1). Main: image

PR: image

Trailing spaces are no longer considered a part of the block. This is incorrect and we'll need to fix it somehow before merge.

ForNeVeR avatar May 24 '24 22:05 ForNeVeR