aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/locals.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/queries/python/locals.scm b/queries/python/locals.scm
index 73aa8b090..f7854a06c 100644
--- a/queries/python/locals.scm
+++ b/queries/python/locals.scm
@@ -35,8 +35,9 @@
(identifier) @definition.parameter)
(with_statement
+ (with_clause
(with_item
- alias: (identifier) @definition.var))
+ alias: (identifier) @definition.var)))
; *args parameter
(parameters