File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 414
414
<key >comment </key >
415
415
<string >Verb-Noun pattern: </string >
416
416
<key >match </key >
417
- <string >(?:(\p{L}|\d|_|-|\\|\:)*\\)?\b(?i:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Mount|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Write)\-.+?(?:\.(?i:exe|cmd|bat|ps1))?\b </string >
417
+ <string >(?:(\p{L}|\d|_|-|\\|\:)*\\)?\b(?i:Add|Approve|Assert|Backup|Block|Build| Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Deploy |Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Mount|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Write)\-.+?(?:\.(?i:exe|cmd|bat|ps1))?\b </string >
418
418
<key >name </key >
419
419
<string >support.function.powershell </string >
420
420
</dict >
434
434
<key >name </key >
435
435
<string >support.function.powershell </string >
436
436
</dict >
437
+ <dict >
438
+ <key >comment </key >
439
+ <string >Builtin cmdlets with reserved verbs </string >
440
+ <key >match </key >
441
+ <string >(?< !\w)(?i:sort-object)(?!\w) </string >
442
+ <key >name </key >
443
+ <string >support.function.powershell </string >
444
+ </dict >
445
+ <dict >
446
+ <key >comment </key >
447
+ <string >Builtin cmdlets with reserved verbs </string >
448
+ <key >match </key >
449
+ <string >(?< !\w)(?i:tee-object)(?!\w) </string >
450
+ <key >name </key >
451
+ <string >support.function.powershell </string >
452
+ </dict >
437
453
</array >
438
454
</dict >
439
455
<key >commentEmbeddedDocs </key >
You can’t perform that action at this time.
0 commit comments