python-syntax
python-syntax copied to clipboard
datetime formatting in "{}" formay string
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.