SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
312 stars 80 forks source link

Partial fix for function attribute highlighting #145

Closed godeater closed 6 years ago

godeater commented 8 years ago

This change will now allow syntax highlighting to continue after encountering a somewhat complex regular expression in a ValidateSet() attribute, but with the side effect that value pairs in a Parameter() block now only have the first pair correctly highlited.

vors commented 6 years ago

Suppressed by the switch to https://github.com/PowerShell/EditorSyntax