You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Description
f-strings with escape braces (i.e. '{{' instead of '{') are not rendered correctly.
Here is a code snippet that shows this glitch:
Here is how it is rendered in atom:

I would expect the characters
{a:{b}}to be rendered equally in lines 3-4 and{a}rendered non-green, but this does not happen.Versions
language-python version 0.53.4