Skip to content

Commit

Permalink
fix(fennel): update queries to support new parser
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmozaidze authored and lewis6991 committed Apr 18, 2024
1 parent f5036b9 commit e6e7104
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions queries/fennel/context.scm
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
(
[
;; Functions
(list
.
(symbol) @_fn
(#any-of? @_fn "fn" "lambda" "λ" "hashfn"))
(table)
] @context
)
[
(fn_form)
(lambda_form)
(hashfn_form)
(table)
] @context

0 comments on commit e6e7104

Please sign in to comment.