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 9d56af9 commit e983470Copy full SHA for e983470
clojure-ts-mode.el
@@ -530,6 +530,9 @@ This function respects OVERRIDE argument by passing it to
530
START and END arguments that are passed to this function are not start
531
and end of the NODE, so we ignore them."
532
(let* ((prev (treesit-node-prev-sibling (treesit-node-parent node)))
533
+ ;; TODO: Seems jank has removed this syntax, so we might drop this
534
+ ;; after jank 1.0 gets released
535
+ ;; See https://github.com/jank-lang/jank/issues/24#issuecomment-2924460595
536
(jank-native-p (and (derived-mode-p 'clojure-ts-jank-mode)
537
clojure-ts-jank-use-cpp-parser
538
(clojure-ts--symbol-node-p prev)
0 commit comments