You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My gut feeling says it's related to PR50 since it's all directly after a foreach/where, but I'm not really sure. Is there anything I can do to provide a clearer report/exclude other potential sources of the issue?
Thanks for the report! This is also related to jrsconfitto/language-powershell#52, this package is adopting the syntax grammar put out by the PowerShell team and i think this may be a regression due to that move.
Maybe it will be possible to apply changes similar to #50 in their language file?
Uh oh!
There was an error while loading. Please reload this page.
Another one!
From @oivindoh on September 13, 2016 13:37
After updating language-powershell to the most recent release the following from the code above breaks code highlighting for me:
The same also appears to be the case for the following little snippet (code hightlighting continues as before if commented out):
I also see the issue in places such as this:
Where if I comment out lines [3-6] highlighting continues.
Another example where the Where line breaks highlighting:
My gut feeling says it's related to PR50 since it's all directly after a foreach/where, but I'm not really sure. Is there anything I can do to provide a clearer report/exclude other potential sources of the issue?
Copied from original issue: jrsconfitto/language-powershell#53
The text was updated successfully, but these errors were encountered: