Skip to content

Commit e983470

Browse files
committed
[#105] Add a note for C++ invocation syntax that got changed in Jank
1 parent 9d56af9 commit e983470

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clojure-ts-mode.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,9 @@ This function respects OVERRIDE argument by passing it to
530530
START and END arguments that are passed to this function are not start
531531
and end of the NODE, so we ignore them."
532532
(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
533536
(jank-native-p (and (derived-mode-p 'clojure-ts-jank-mode)
534537
clojure-ts-jank-use-cpp-parser
535538
(clojure-ts--symbol-node-p prev)

0 commit comments

Comments
 (0)