Handle drive letters in unc path

Issue #20 resolved
Former user created an issue

The following is not parsed correctly.

$acl = Get-Acl \$(hostname)\e$\"some folder"

The $ after the e in the middle of the path refers to e:. However the backslash to it's right has a red underline and the error message is:

'(', <predefined var id>, <variable name simple>, SIMPLE_ID, global:, local:, private:, script:, using: or workflow: expected, got '\'

The rest of the code in the script is not parsed for errors or colorized correctly.

Comments (1)

  1. Log in to comment