File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1423
1423
<key >comment </key >
1424
1424
<string >Automatic variables - read-only. </string >
1425
1425
<key >match </key >
1426
- <string >(\$)(?i:(_|args|consolefilename|error|event|eventsubscriber|executioncontext|false|foreach|home|host|input|lastexitcode|matches|myinvocation|nestedpromptlevel|null|pid|psboundparameters|pscmdlet|psculture|psdebugcontext|pshome|psitem|psscriptroot|psuiculture|psversiontable|pwd|sender|shellid|sourceargs|sourceeventargs|switch|this|true))\b((\.[\w"'\- @]+)*) </string >
1426
+ <string >(\$)(?i:(_|args|consolefilename|error|event|eventsubscriber|executioncontext|false|foreach|home|host|input|lastexitcode|matches|myinvocation|nestedpromptlevel|null|pid|psboundparameters|pscmdlet|psculture|psdebugcontext|pshome|psitem|psscriptroot|psuiculture|psversiontable|pwd|sender|shellid|sourceargs|sourceeventargs|switch|this|true))\b((\.[\w"'\- @# ]+)*) </string >
1427
1427
</dict >
1428
1428
<dict >
1429
1429
<key >captures </key >
1457
1457
<key >comment </key >
1458
1458
<string >$var, $local:var </string >
1459
1459
<key >match </key >
1460
- <string >(\$)((?i:global|local|script|private|using|env|function|alias|cert|variable|hkcu|hklm|wsman):)?(\w+)(:\w+)?((\.[\w"'\- @]+)*) </string >
1460
+ <string >(\$)((?i:global|local|script|private|using|env|function|alias|cert|variable|hkcu|hklm|wsman):)?(\w+)(:\w+)?((\.[\w"'\- @# ]+)*) </string >
1461
1461
</dict >
1462
1462
<dict >
1463
1463
<key >captures </key >
1496
1496
<key >comment </key >
1497
1497
<string >${var}, ${script:var} </string >
1498
1498
<key >match </key >
1499
- <string >(\$)(\{)((?i:global|local|script|private|using|env|function|alias|cert|variable|hkcu|hklm|wsman):)?(.+?)(\})((\.[\w"'\- @]+)*) </string >
1499
+ <string >(\$)(\{)((?i:global|local|script|private|using|env|function|alias|cert|variable|hkcu|hklm|wsman):)?(.+?)(\})((\.[\w"'\- @# ]+)*) </string >
1500
1500
</dict >
1501
1501
<dict >
1502
1502
<key >captures </key >
You can’t perform that action at this time.
0 commit comments