PowerShell / EditorSyntax

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

Fix process keyword coloring #100

Closed kborowinski closed 6 years ago

kborowinski commented 6 years ago

Fixes process keyword coloring when used as part of namespace (#47)

Before:

image

After:

image

kborowinski commented 6 years ago

Closed as it breaks the begin, process and end block highlighting.