Users need a way to distinguish what dialect of clojure is represented in a buffer
dannyfreeman opened this issue · 1 comments
dannyfreeman commented
clojure-mode has done this but creating derived modes from the base clojure-mode.
- clojurescript-mode (cljs)
- clojurec-mode (.cljc)
There could be others for
- Babashka (.bb)
- Node Babashka (.nbb)
- Clojure Dart (??)
- ClojureCLR (??)
dannyfreeman commented
Resolved in 4dc853d