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.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/queries/python/locals.scm b/runtime/queries/python/locals.scm index 955ebc52..24800870 100644 --- a/runtime/queries/python/locals.scm +++ b/runtime/queries/python/locals.scm @@ -45,6 +45,3 @@ (identifier) @local.reference -; don't make the name of kwargs locals -(keyword_argument - name: (identifier) @variable.parameter) |