python-latex-highlighting
python-latex-highlighting copied to clipboard
Add three keywords: as, async and await
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.).