python-syntax
python-syntax copied to clipboard
Python syntax highlighting script for Vim
Like so. This is also beneficial
Hi, I was wondering if you were interested in merging this patch: it creates a group (`pythonPunctuation`, disabled by default) for generic punctuation characters that is tested before any other...
`print("Today is {:%A %B %d}".format(datetime.date.today()))` is highlighted incorrectly. mrrech/python-syntax@8b431340bad5354457e265db7be25edd73f4b281 provides a "partial" fix but it's not really enough.
[](https://reviewable.io/reviews/hdima/python-syntax/23)
Hi there, I find that bugs like ``` python foo = 42, ``` are fairly common that it would be valuable to highlight the `,` in that scenario. While this...