PowerShell / EditorSyntax

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

Hashtables #83

Closed omniomi closed 6 years ago

omniomi commented 6 years ago

This scopes hashtables separately from script blocks (meta.hashtable.powershell) and assigns scopes to the keys and assignment operators so that keywords like break or from aren't coloured differently.

Fix on right:

hashtables

omniomi commented 6 years ago

This diffed weird... Will fix.