fixup! highlights(python): highlight exception keywords

This commit is contained in:
Ferdinand Ratajczak 2022-04-07 22:47:49 +02:00 committed by Stephan Seitz
parent 1fb68f76af
commit 74a455c01e

View file

@ -209,15 +209,11 @@
"async"
"await"
"class"
"except"
"exec"
"finally"
"global"
"nonlocal"
"pass"
"print"
"raise"
"try"
"with"
"as"
] @keyword