olivierverdier / python-latex-highlighting

LaTeX style for Python highlighting
BSD 3-Clause "New" or "Revised" License
453 stars 125 forks source link

Add three keywords: as, async and await #9

Closed sblondon closed 7 months ago

sblondon commented 5 years ago

This PR adds as, async and await as new keywords. The 2 latter keywords have been promoted in python 3.7: https://docs.python.org/3.7/whatsnew/changelog.html#id74 (last item)

The fix #8 needs to be applied before in order to see the highlight in .pdf file.

I wonder if open() should be added to the commandkeywords (object, type, etc.).