Support PowerShell Scopes like Global or Local for functions

Issue #3 resolved
Florian Feldhaus created an issue

Currently the syntax parsing fails if a function is prefixed with a scope - e.g.

function Global:FunctionName {}

Please correctly support PowerShell scopes. For details see https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_scopes

Comments (3)

  1. Andrey repo owner

    Thank you for reporting. Fixed this, but not yet uploaded new version. Here is the link on a build with this and couple other fixes.

  2. Log in to comment