python-syntax icon indicating copy to clipboard operation
python-syntax copied to clipboard

Fix spellcheck error on head of f/prefixed strings

Open kfollstad opened this issue 4 years ago • 2 comments
trafficstars

Fixes #43

kfollstad avatar Mar 18 '21 20:03 kfollstad

Fixes #47 as well. My initial commits only implemented the pythonQuotes group, which fulfilled @sscherfke's request, but not @qwenger's. On the last commit (40dbae2) I substituted pythonTripleQuotes where appropriate to match upstream. Hopefully this helps remove a barrier to getting some of these ideas adopted by upstream (which was mentioned in another issue as something that might be desirable).

kfollstad avatar Mar 19 '21 05:03 kfollstad

I confirm this fixes my problem (#43).

qsantos avatar Aug 26 '22 16:08 qsantos