<!-- Thanks for wanting to report an issue you've found in MagicPython. If this is a bug report, then please fill in the template below. Thank you! --> * **Editor name and version**: VS Code 1.81.1 * **Platform**: any * **Color scheme**: any * **MagicPython version**: 7d0f2b22a5ad8fccbd7341bc7b7a715169283044 * **A sreenshot**: Expected  Actual: The `\` of a raw string is the `\` and not the escape character, but the hignlight still treats them as escapes.  * **5-10 lines of surrounding code**: ```python print(r"C:\Users\test") ``` Originally from @AuroraTea in https://github.com/microsoft/vscode/issues/190519