File tree Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 255255;; !! () => 2;
256256;; ! ^
257257(lambda_expression
258- body: (_) @value @interior
258+ body: (_) @value
259259 (#not-type? @value block initializer_expression)
260260) @_.domain
261261
Original file line number Diff line number Diff line change 134134 name: (_) @name @functionName
135135) @namedFunction @_.domain
136136
137- ;; !! ((value) -> true)
138- ;; ! ^^^^^^^^^^^^^^^
139- (lambda_expression) @anonymousFunction
140-
141137;; !! "string"
142138;; ! ^^^^^^^^
143139(
537533 (_) @value
538534) @_.domain
539535
536+ ;; !! ((value) -> true)
537+ ;; ! ^^^^^^^^^^^^^^^
538+ (lambda_expression) @anonymousFunction
539+
540540;; !! str -> str.length > 0
541541;; ! ^^^^^^^^^^^^^^
542542;; ! ---------------------
543543(lambda_expression
544- body: (_) @value @interior
544+ body: (_) @value
545545 (#not-type? @value block)
546546) @_.domain
547547
Original file line number Diff line number Diff line change 457457;; ! ^
458458;; ! --------
459459(arrow_function
460- body: (_) @value @interior
460+ body: (_) @value
461461 (#not-type? @value statement_block)
462462) @_.domain
463463
Original file line number Diff line number Diff line change 406406 function: (_) @functionCallee
407407) @_.domain
408408
409- ;; !! lambda _: pass
410- ;; ! ^^^^^^^^^^^^^^
411- (lambda
412- body: (_) @interior
413- ) @anonymousFunction @interior.domain
414-
415409;; !! match value:
416410;; ! ^^^^^
417411(match_statement
727721) @argumentList.domain @argumentOrParameter.iteration.domain
728722
729723;; !! lambda a, b: pass
724+ ;; ! ^^^^^^^^^^^^^^^^^
730725;; ! ^^^^
731726(lambda
732727 (lambda_parameters) @argumentList @argumentOrParameter.iteration
733728 (#insertion-delimiter! @argumentList ", ")
734- ) @argumentList.domain @argumentOrParameter.iteration.domain
729+ ) @anonymousFunction @ argumentList.domain @argumentOrParameter.iteration.domain
735730
736731;; !! lambda: pass
737732(lambda
You can’t perform that action at this time.
0 commit comments