PowerShell / EditorSyntax

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

Add sequence as a keyword #108

Closed vors closed 6 years ago

vors commented 6 years ago

Fix for https://github.com/SublimeText/PowerShell/issues/105

sequence is a keyword in the context of workflow, it's like a process block inside function.