summaryrefslogtreecommitdiff
path: root/queries/python
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@protonmail.com>2022-04-30 20:10:55 -0500
committerStephan Seitz <stephan.seitz@fau.de>2022-05-01 10:06:13 +0200
commit132405f18fc85def8e5e2c5ad085a7f5fcb54880 (patch)
tree3006e83742fa55c119397c620ff38fa580dfbed6 /queries/python
parentc2b2fef3e404185faca51ffe36c3b8c30b4b7627 (diff)
Python: highlight raise from statement
Diffstat (limited to 'queries/python')
-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 ec419375..681b9e4d 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))