elpasync pushed a change to branch elpa/clojure-ts-mode. from b7f99500fb Bump the dev version new 456a7cafd0 Switch to the experimental Clojure grammar new 65c2fd7457 Slightly speed-up clojure-ts-align and fix a minor issue new 832cc5c127 Speed-up docstrings matching by pre-compiling regexps new 7e359edd3e Extend docstrings and fix some small issues new cb2cb18640 Update the design documentation new eca1a96e7e Fix a typo new c7c7550f04 Appease checkdoc
Summary of changes: CHANGELOG.md | 6 + README.md | 22 +- clojure-ts-mode.el | 493 ++++++++++++------------ doc/design.md | 77 +++- test/clojure-ts-mode-indentation-test.el | 2 +- test/clojure-ts-mode-refactor-threading-test.el | 7 + test/samples/indentation.clj | 13 +- test/samples/navigation.clj | 14 + test/test-helper.el | 2 +- 9 files changed, 361 insertions(+), 275 deletions(-) create mode 100644 test/samples/navigation.clj