Skip to content

clojure-ts-mode v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 05:02
· 2 commits to main since this release

What's Changed

  • #96: Highlight function name properly in extend-protocol form.
  • #96: Add support for extend-protocol forms to clojure-ts-add-arity refactoring
    command.
  • #99: Improve navigation by s-expression by switching to an experimental
    Clojure grammar.
  • #99: More consistent docstrings highlighting and fill-paragraph behavior.
  • #99: Fix bug in clojure-ts-align when nested form has extra spaces.
  • #99: Fix bug in clojure-ts-unwind when there is only one expression after
    threading symbol.
  • #103: Introduce clojure-ts-jank-use-cpp-parser customization which allows
    highlighting C++ syntax in Jank native/raw forms.
  • #103: Introduce clojure-ts-clojurescript-use-js-parser customization which
    allows highlighting JS syntax in ClojureScript js* forms.
  • #104: Introduce the clojure-ts-extra-def-forms customization option to specify
    additional defn-like forms that should be fontified.
  • Introduce completion feature and clojure-ts-completion-enabled customization.

Full Changelog: v0.4.0...v0.5.0