vim-python / python-syntax

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

The "f" in f-strings should not be spellchecked #69

Closed WhyNotHugo closed 3 years ago

WhyNotHugo commented 4 years ago
msg = f"Hi, {name}, this is an f-string."
#     ^ This "f" is marked as a spelling mistake. It should not be spell-checked.
nfnty commented 3 years ago

Duplicate of #43.