Skip to content

Commit

Permalink
Merge pull request #7 from practicalli-johnny/treesitter-has-type-to-…
Browse files Browse the repository at this point in the history
…kind-eq

queries: clojure has-type? updated to kind-eq?
  • Loading branch information
PaterJason authored Jun 7, 2024
2 parents f93ac24 + f687287 commit 32509f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/clojure/sexp.scm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
unquoting_lit))

((_ (_ open: _ @sexp.open close: _ @sexp.close)) @sexp.form
(#has-type? @sexp.form
(#kind-eq? @sexp.form
derefing_lit
quoting_lit
syn_quoting_lit
Expand Down

0 comments on commit 32509f4

Please sign in to comment.