clojure-ts-mode icon indicating copy to clipboard operation
clojure-ts-mode copied to clipboard

Jank Support

Open dannyfreeman opened this issue 2 years ago • 1 comments

We should consider having a way to support the Jank dialect of Clojure

Some interest is expressed here: https://github.com/jank-lang/jank/issues/24

I would propose a new derivative mode, something like clojure-jank-ts-mode.

Jank supports some embedded code (c++). We could work to include a nested parser for this language. Good support for this may not land until Emacs 30. Currently nested parsers have a tendency to break out of their regions.

dannyfreeman avatar Sep 24 '23 13:09 dannyfreeman

Wasn't sure which might be the relevant bits in Emacs, but came across this. Just leaving it here for future reference :)

Update: I guess that's the kind of thing you had in mind based on the code I see here -- (e.g. treesit-range-rules).

sogaiu avatar Aug 27 '24 13:08 sogaiu