Open keith-hall opened 6 years ago
This is related to #76
Was thinking about this on the drive to work... I think I may have a way to define function invocation from start to finish in a way that we can grab even unapproved verbs and private functions without Verb-Noun without clobbering anything else. Will experiment with it later and hopefully we can nail a bunch of issues with one little string of regex ;D
Environment
Issue Description
Cmdlet parameters are scoped as assignment operators...
Screenshots
Expected Behavior
The scope of the
-
should bepunctuation.definition.parameter
, and the scope of the parameter should bevariable.parameter
, this is currently unscoped.Code Samples
Extra Notes
Also,
test
in the code snippet above should probably be scoped asstring.unquoted