Closed
Description
Environment
- Sublime 3176
- Monokai
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 as string.unquoted
with no PowerShell constructs scoped like $VarName
or /
.
Code Samples
tf.exe status . /r --% /workspace:*;domain\$UserName
(code taken from https://stackoverflow.com/a/18928501/4473405)