Currently Positron and VSCode still add syntax highlighting to string literal:

In this case, bar is a string literal and will gets automatically escaped correctly by python. I would like to see it not highlight the missing escapes, similiar to how PyCharm does it.
