basedpyright icon indicating copy to clipboard operation
basedpyright copied to clipboard

highlight fstring escape braces correctly

Open KotlinIsland opened this issue 1 year ago • 1 comments

f"{1} 123{ {123}}123\n"  # correct
f"{1} 123{{123}}123\n"  # incorrect

image

KotlinIsland avatar Apr 10 '24 05:04 KotlinIsland

this is an upstream issue with the syntax highlighter

DetachHead avatar Apr 10 '24 05:04 DetachHead