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
I find it difficult to see at a glance where f-string interpolation is happening.
Where:
print(f'hello {name}')
would add syntax matching for the { and } characters.
Also, even though general syntax highlighting for the interpolated name expression seems to be beyond vim's capabilities at the moment, it might be nice to match "everything inside the brackets" too.
The text was updated successfully, but these errors were encountered:
I find it difficult to see at a glance where f-string interpolation is happening.
Where:
would add syntax matching for the
{
and}
characters.Also, even though general syntax highlighting for the interpolated
name
expression seems to be beyond vim's capabilities at the moment, it might be nice to match "everything inside the brackets" too.The text was updated successfully, but these errors were encountered: