branch: elpa/clojure-ts-mode
commit 545991db1ecd6845c1ca2705131a521942a02a8d
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Add a todo
---
 clojure-ts-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el
index 29944b90a9..abf54f1f16 100644
--- a/clojure-ts-mode.el
+++ b/clojure-ts-mode.el
@@ -2472,6 +2472,7 @@ before DELIM-OPEN."
            "v0.24.3"))
   "Intended to be used as the value for `treesit-language-source-alist'.")
 
+;; TODO: Eventually this should be replaced with `treesit-query-valid-p'
 (defun clojure-ts--query-valid-p (query)
   "Return non-nil if QUERY is valid in Clojure, nil otherwise."
   (ignore-errors

Reply via email to