Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/python/highlights.scm')
| -rw-r--r-- | runtime/queries/python/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm index 0f34db96..a8ec18c8 100644 --- a/runtime/queries/python/highlights.scm +++ b/runtime/queries/python/highlights.scm @@ -131,8 +131,8 @@ "try" "except" "finally" -] @keyword.control.except -(raise_statement "from" @keyword.control.except) +] @keyword.control.exception +(raise_statement "from" @keyword.control.exception) ; Functions [ |