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 has been archived by the owner on Dec 15, 2022. It is now read-only.
When manually changing to CMake Template Python it is rendered better.
This is the autodetected default:
This is CMake Template Python highlighting:
The former is less bad but not quite brilliant either with those non-printed braces still being green, but this highlighting is unrelated to language-python I think, probably part of language-cmake.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: