-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing error of newline + pipe operator combination #182
Comments
It is somewhat hard to deal with parser-related issues, since there's no official PowerShell grammar published for the modern PowerShell (at least I hadn't been able to find it). And the ones that were published as part of the documentation are sometimes contradictory1. I have a queue of parser-related issues I'd like to eventually deal with, but so far I did little progress (better than nothing, but still not much). You can try taking a look, I guess. Footnotes
|
For #182, we want to distinguish a single newline versus several newlines in a PowerShell file. This change allows that.
For #182, we want to distinguish a single newline versus several newlines in a PowerShell file. This change allows that.
For #182, we want to distinguish a single newline versus several newlines in a PowerShell file. This change allows that.
For #182, we want to distinguish a single newline versus several newlines in a PowerShell file. This change allows that.
For #182, we want to distinguish a single newline versus several newlines in a PowerShell file. This change allows that.
Consider this example:
VSCode has no problems parsing that but plugin is unable to do so. Is it hard to fix?
The text was updated successfully, but these errors were encountered: