Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add matching for f-string interpolation brackets #58

Open
bugeats opened this issue Mar 28, 2019 · 0 comments
Open

Add matching for f-string interpolation brackets #58

bugeats opened this issue Mar 28, 2019 · 0 comments

Comments

@bugeats
Copy link

bugeats commented Mar 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants