Skip to content

clojure-ts-mode 0.2.3

Latest
Compare
Choose a tag to compare
@bbatsov bbatsov released this 04 Mar 13:44
· 17 commits to main since this release
  • [#38]: Add support for in-ns forms in clojure-ts-find-ns.
  • [#46]: Fix missing comment-add variable in clojure-ts-mode-variables mentioned in [#26]
  • Add imenu support for deftest definitions.
  • [#53]: Let clojure-ts-mode derive from clojure-mode for Emacs 30+.
  • [#42]: Fix imenu support for definitions with metadata.
  • [#42]: Fix font locking of definitions with metadata.
  • [#42]: Fix indentation of definitions with metadata.
  • [#49]: Fix semantic indentation of quoted functions.
  • [#58]: Add custom fill-paragraph-function which respects docstrings similar to
    clojure-mode.
  • [#59]: Add customization option to disable markdown syntax highlighting in the
    docstrings.