I just released PSEdit 0.0.4 with some awesome fixes for multi-line syntax highlighting. Great thanks to **halvarsson** on GitHub! https://github.com/ironmansoftware/psedit/pull/18 #powershell
Refactor of token syntax highlighting by halvarsson · Pull Request #18 · ironmansoftware/psedit
I had a look at the syntax highlighting and its a bit of a mess since the parser has one line count, while the rows in the file might be a different one.. These changes solves the matching for sing...