pylance-release icon indicating copy to clipboard operation
pylance-release copied to clipboard

fr-string support

Open petsuter opened this issue 2 years ago • 0 comments

f-strings support syntax highlighting e.g. in f"{a+b}".

fr-string (raw format strings) should have the same syntax highlighting for example: fr"{a+b}\b" should look similar to the example above.

https://github.com/microsoft/vscode-python/issues/19694

petsuter avatar Aug 17 '22 17:08 petsuter