| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-25 | 884 Bytes | |
| v5.23.0 source code.tar.gz | 2026-03-25 | 23.4 MB | |
| v5.23.0 source code.zip | 2026-03-25 | 23.5 MB | |
| Totals: 3 Items | 46.9 MB | 1 | |
New features
- Adopt the modern indent spec tuple format (
((:block N)),((:inner D)),((:inner D I))) shared withclojure-ts-modeandcljfmt. The legacy format (integers,:defn, positional lists) is still accepted but will be removed in clojure-mode 6. - Add
clojure-get-indent-specpublic API for retrieving indent specs in the modern format. put-clojure-indentanddefine-clojure-indentnow accept both modern and legacy indent specs.
Changes
- Convert all built-in
define-clojure-indentspecs to the modern tuple format. - Improve documentation for the backtracking indentation mechanism in the README and docstrings.
- Migrate CI from CircleCI to GitHub Actions.
Bugs fixed
- Fix
clojure-paredit-setupto apply toedn-mode-mapas well asclojure-mode-map. - Fix destructive
sortbug inclojure-project-root-path.