branch: elpa/clojure-ts-mode commit e983470f9b6118ea52276416594632c94e526870 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
[#105] Add a note for C++ invocation syntax that got changed in Jank --- clojure-ts-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el index c41f7f3e64..2576132311 100644 --- a/clojure-ts-mode.el +++ b/clojure-ts-mode.el @@ -530,6 +530,9 @@ This function respects OVERRIDE argument by passing it to START and END arguments that are passed to this function are not start and end of the NODE, so we ignore them." (let* ((prev (treesit-node-prev-sibling (treesit-node-parent node))) + ;; TODO: Seems jank has removed this syntax, so we might drop this + ;; after jank 1.0 gets released + ;; See https://github.com/jank-lang/jank/issues/24#issuecomment-2924460595 (jank-native-p (and (derived-mode-p 'clojure-ts-jank-mode) clojure-ts-jank-use-cpp-parser (clojure-ts--symbol-node-p prev)