PowerShell / EditorSyntax

PowerShell syntax highlighting for editors (VS Code, Atom, SublimeText, TextMate, etc.) and GitHub!
MIT License
133 stars 45 forks source link

Where-Object command is not properly highlighted #45

Closed pcgeek86 closed 6 years ago

pcgeek86 commented 7 years ago

The latest 0.12.1 version of the VSCode PowerShell extension seems to have introduced a bug where the Where-Object cmdlet is not properly syntax highlighted.

PS C:\Users\tsulli> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.14393.693
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.14393.693
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
PS C:\Users\tsulli> code --list-extensions --show-versions
ms-vscode.PowerShell@0.12.1
PS C:\Users\tsulli> code -v
1.10.2
8076a19fdcab7e1fc1707952d652f0bb6c6db331

screen shot 2017-04-05 at 7 47 04 am

Cheers, Trevor Sullivan

MovGP0 commented 7 years ago

Duplicate of #39

omniomi commented 6 years ago

As of the current commit this is fixed:

fixed3