Skip to content

Commit

Permalink
fennel: adds more form queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy-33 committed Oct 13, 2024
1 parent ab7db43 commit 95173b0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions queries/fennel/paredit/forms.scm
Original file line number Diff line number Diff line change
@@ -1,3 +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
(import_macros_form) @form
(quote_form) @form
(unquote_form) @form

0 comments on commit 95173b0

Please sign in to comment.