[parameter(Mandatory=$true, ParameterSetName="new", HelpMessage='Email Address associated with this Certificate.')][ValidatePattern('^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$')]
[String]$email,
Most of the lines of the script following this line will be color highlighted as strings, even if they are not string but rather variables, functions or even commented out lines. See screenshot below:
Copied from original issue: Microsoft/vscode#19589
From @animetauren on January 30, 2017 18:0
Steps to Reproduce:
Copied from original issue: Microsoft/vscode#19589