Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/python/locals.scm')
-rw-r--r--runtime/queries/python/locals.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/python/locals.scm b/runtime/queries/python/locals.scm
index 24800870..955ebc52 100644
--- a/runtime/queries/python/locals.scm
+++ b/runtime/queries/python/locals.scm
@@ -45,3 +45,6 @@
(identifier) @local.reference
+; don't make the name of kwargs locals
+(keyword_argument
+ name: (identifier) @variable.parameter)