basedpyright
basedpyright copied to clipboard
highlight fstring escape braces correctly
f"{1} 123{ {123}}123\n" # correct
f"{1} 123{{123}}123\n" # incorrect
this is an upstream issue with the syntax highlighter