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" "async"
"await" "await"
"class" "class"
"except"
"exec" "exec"
"finally"
"global" "global"
"nonlocal" "nonlocal"
"pass" "pass"
"print" "print"
"raise"
"try"
"with" "with"
"as" "as"
] @keyword ] @keyword