Open anntzer opened 9 years ago
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.
print("Today is {:%A %B %d}".format(datetime.date.today()))
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.