Skip to content

Commit

Permalink
queries: clojure has-type? updated to kind-eq?
Browse files Browse the repository at this point in the history
nvim-treesitter breaking change

nvim-treesitter/nvim-treesitter@a80fe08
  • Loading branch information
practicalli-johnny committed Jun 5, 2024
1 parent f93ac24 commit f687287
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 f687287

Please sign in to comment.