Closed pcgeek86 closed 6 years ago
I have a PowerShell code file with two #requires statements. The code works properly, but the syntax highlighting is improper.
#requires
Specifically:
-module
ServerManager
Cheers, Trevor Sullivan Microsoft MVP: Cloud & Data Center Management https://trevorsullivan.net https://twitter.com/pcgeek86
Thanks Trevor! We'll get that fixed.
Similar issue with the -Version property:
-Version
Theme: Dark+ (default dark)
I have a PowerShell code file with two
#requires
statements. The code works properly, but the syntax highlighting is improper.Specifically:
-module
on the second#requires
statement should be consistently colored. Right now, the dash is colored differently from the parameter name.ServerManager
argument should be colored consistently with parameter values, according to the current theme (this might be debatable)Cheers, Trevor Sullivan Microsoft MVP: Cloud & Data Center Management https://trevorsullivan.net https://twitter.com/pcgeek86