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

Python syntax highlighting script for Vim

Results 25 python-syntax issues
Sort by recently updated
recently updated
newest added
trafficstars

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...