We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df8343 commit 545991dCopy full SHA for 545991d
clojure-ts-mode.el
@@ -2472,6 +2472,7 @@ before DELIM-OPEN."
2472
"v0.24.3"))
2473
"Intended to be used as the value for `treesit-language-source-alist'.")
2474
2475
+;; TODO: Eventually this should be replaced with `treesit-query-valid-p'
2476
(defun clojure-ts--query-valid-p (query)
2477
"Return non-nil if QUERY is valid in Clojure, nil otherwise."
2478
(ignore-errors
0 commit comments