PowerShell / EditorSyntax

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

"Sort" keyword missing in verb-noun pattern #80

Closed kborowinski closed 6 years ago

kborowinski commented 6 years ago

"Sort" keyword missing in verb-noun pattern causing "Sort-Object" to not being highlighted correctly.

omniomi commented 6 years ago

Good stuff!

I'll take this off my list.

omniomi commented 6 years ago

I have tested @kborowinski's version and everything highlights without clobbering foreach () {}. Looks good to me.

cmdlets

Once we're all done squashing bugs we'll need to do an overall review of this section. There's some duplication elsewhere in the spec for some of the listed functions and questions about scoping but that's for the cleanup phase ;D