Skip to content

clojure-ts-mode 0.3

Latest
Compare
Choose a tag to compare
@bbatsov bbatsov released this 15 Apr 08:07
· 2 commits to main since this release
  • #62: Define list "thing" to improve navigation in Emacs 31.
  • #64: Add defcustom clojure-ts-auto-remap to control remapping of clojure-mode buffers.
  • #66: Improve syntax highlighting:
    • Highlight metadata with single keyword with clojure-ts-keyword-face.
    • Only highlight built-ins from clojure.core namespace.
    • Highlight named lambda functions properly.
    • Fix syntax highlighting for functions and vars with metadata on the previous
      line.
  • #67: Improve semantic indentation rules to be more consistent with cljfmt.
  • #67: Introduce clojure-ts-semantic-indent-rules customization option.
  • #61: Fix issue with indentation of collection items with metadata.
  • #68: Proper syntax highlighting for expressions with metadata.
  • #69: Add basic support for dynamic indentation via clojure-ts-get-indent-function.
  • #70: Add support for nested indentation rules.
  • #71: Properly highlight function name in letfn form.
  • #72: Pass fully qualified symbol to clojure-ts-get-indent-function.
  • #76: Improve performance of semantic indentation by caching rules.
  • #74: Add imenu support for keywords definitions.
  • #77: Update grammars to the latest versions.
  • #79: Improve markdown highlighting in the docstrings.
  • #60: Fix issue with incorrect fontification, when markdown-inline is enabled.