vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

Enable syntax highlighting in f-strings #71

Closed cdonovick closed 3 years ago

cdonovick commented 4 years ago

Makes syntax displayed inside fstring highlight as if it were not.

cdonovick commented 4 years ago

Also allows nested f strings i.e f"{f'{1+1}'}"

nfnty commented 3 years ago

Thanks!