Skip to content

Commit

Permalink
fix(haskell): update quereis for tree-sitter-haskell v0.22.0 rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and lewis6991 committed May 22, 2024
1 parent 55e2908 commit f62bfe1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions queries/haskell/context.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
(haskell (header
module: (module) @context)) @context.end

([
(alt)
(exp_case)
(alternative)
(expression/case)
(signature)
(bind)
(function)
(class)
(data_type)
] @context)

0 comments on commit f62bfe1

Please sign in to comment.