clojure-ts-mode v0.5.0
What's Changed
- #96: Highlight function name properly in
extend-protocolform. - #96: Add support for extend-protocol forms to
clojure-ts-add-arityrefactoring
command. - #99: Improve navigation by s-expression by switching to an experimental
Clojure grammar. - #99: More consistent docstrings highlighting and
fill-paragraphbehavior. - #99: Fix bug in
clojure-ts-alignwhen nested form has extra spaces. - #99: Fix bug in
clojure-ts-unwindwhen there is only one expression after
threading symbol. - #103: Introduce
clojure-ts-jank-use-cpp-parsercustomization which allows
highlighting C++ syntax in Janknative/rawforms. - #103: Introduce
clojure-ts-clojurescript-use-js-parsercustomization which
allows highlighting JS syntax in ClojureScriptjs*forms. - #104: Introduce the
clojure-ts-extra-def-formscustomization option to specify
additionaldefn-like forms that should be fontified. - Introduce completion feature and
clojure-ts-completion-enabledcustomization.
Full Changelog: v0.4.0...v0.5.0