You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rescope statement separator per #114
* rescope everything after --% #113
* rescope string punctuation per #110
* include sigil in variable scope per #23
* rescope variable member per #107
* rescope variable sigil per #23
Environment
Issue Description
The PowerShell "stop-parsing" symbol is scoped correctly, but doesn't prevent the rest of the line being highlighted as PowerShell code.
Screenshots
Expected Behavior
The rest of the line following
--%
should be scoped asstring.unquoted
with no PowerShell constructs scoped like$VarName
or/
.Code Samples
(code taken from https://stackoverflow.com/a/18928501/4473405)
The text was updated successfully, but these errors were encountered: