Skip to content

Commit

Permalink
Merge pull request #75 from Samy-33/fennel/form-queries
Browse files Browse the repository at this point in the history
fennel: adds more form queries
  • Loading branch information
julienvincent authored Oct 13, 2024
2 parents 337ddcf + ebeecc9 commit 7db7634
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion queries/fennel/paredit/forms.scm
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
(list) @form
(list_binding) @form
(sequence) @form
(sequence_binding) @form
(sequence_arguments) @form
(table) @form
(table_binding) @form
(table_metadata) @form
(case_catch) @form
(case_form) @form
(case_guard) @form
(match_form) @form
(case_try_form) @form
(match_try_form) @form
(if_form) @form
(fn_form) @form
(lambda_form) @form
(macro_form) @form
(hashfn_form) @form
(each_form) @form
(collect_form) @form
(icollect_form) @form
(accumulate_form) @form
(for_form) @form
(fcollect_form) @form
(faccumulate_form) @form
(local_form) @form
(var_form) @form
(global_form) @form
(set_form) @form
(let_form) @form
(let_vars) @form
(sequence_arguments) @form
(import_macros_form) @form
(quote_form) @form
(unquote_form) @form

0 comments on commit 7db7634

Please sign in to comment.