PowerShell / EditorSyntax

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

Fix requires to handle single-line #85

Closed omniomi closed 6 years ago

omniomi commented 6 years ago

This fixes issues when requires is done on one line (#requires -Modules SomeMod -RunAsAdministrator). Also incorporates hashtable fix from previous PR.

requires-2