aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python/highlights.scm')
-rw-r--r--queries/python/highlights.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index ec419375f..681b9e4de 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -240,6 +240,8 @@
"finally"
] @exception
+(raise_statement "from" @exception)
+
(try_statement
(else_clause
"else" @exception))