Skip to content

Commit

Permalink
feat: Add folds queries
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Aug 29, 2024
1 parent b0c1571 commit cc8ede9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions queries/folds.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
(if_statement)
(elif_clause)
(else_clause)
(while_statement)
(repeat_statement)
(for_statement)
(atomic_statement)
(lambda)
(function)
(atomic_function)
] @fold

0 comments on commit cc8ede9

Please sign in to comment.