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

[Feature] support python3 string pairs #352

Open
lonnywong opened this issue Aug 30, 2022 · 2 comments
Open

[Feature] support python3 string pairs #352

lonnywong opened this issue Aug 30, 2022 · 2 comments

Comments

@lonnywong
Copy link

Since skip ' when inside a word

input: foo| (press ' at |)
output: foo'

Python3 f-string and bytes pairs is not working.

a = b'bytes'
b = f'{a} is not supported'
@LunarWatcher
Copy link

This is supported by default in my fork

@lonnywong
Copy link
Author

This is supported by default in my fork

Great jobs. I'm going to switch to your fork.

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

No branches or pull requests

2 participants