You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This creates a new derived mode for the clojure dialect jank
https://jank-lang.org/
See issue #23 for future work and
jank-lang/jank#24 for the expressed desire to
support nested c++
jasonjckn
pushed a commit
to jasonjckn/clojure-ts-mode
that referenced
this issue
Dec 10, 2023
We should consider having a way to support the Jank dialect of Clojure
Some interest is expressed here: jank-lang/jank#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.
The text was updated successfully, but these errors were encountered: