### Environment - Editor and Version: VS Code: 1.26.1 - Your primary theme: Monokai Dimmed ### Issue Description Doubled doublequotes in here-string is scoped as a character escape.  ### Expected Behavior Doubled doublequotes are not any kind of an escaped character in a here-string.  ### Code Samples ```PowerShell @" Hello There ""Doubled DoubleQuotes"" "@ ```