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
Extend clojure--check-wrong-major-mode to cover all derived modes
The wrong-mode check only knew about .clj, .cljs, and .cljc. Replace
the hardcoded cond with a data-driven alist covering all extensions:
.cljd, .jank, .joke, and .edn.
0 commit comments