We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd11a4e commit d55930cCopy full SHA for d55930c
queries/python.scm
@@ -691,8 +691,8 @@
691
;;!! ^^^^^^^^^^^^^^^^^^^^^^^^^^
692
(call
693
(generator_expression
694
- "(" @argumentOrParameter.iteration.start.endOf
695
- ")" @argumentOrParameter.iteration.end.startOf
+ "(" @argumentList.removal.start.endOf @argumentOrParameter.iteration.start.endOf
+ ")" @argumentList.removal.end.startOf @argumentOrParameter.iteration.end.startOf
696
) @argumentList
697
(#child-range! @argumentList 1 -2)
698
) @argumentList.domain @argumentOrParameter.iteration.domain
0 commit comments