python-latex-highlighting
python-latex-highlighting copied to clipboard
Fix highlight of first group of keywords
The definition of the first group (and
, break
, etc.) is overridden by the Exception group (Exception
, NameError
, etc.). So they are not colored in blue.
The patch provides a number to the Exception group to solve the issue. The group is moved in the 8th place so the order is not surprising (1, 2, 3, 8, 4, etc.).