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 Janknative/raw
forms. - #103: Introduce
clojure-ts-clojurescript-use-js-parser
customization which
allows highlighting JS syntax in ClojureScriptjs*
forms. - #104: Introduce the
clojure-ts-extra-def-forms
customization option to specify
additionaldefn
-like forms that should be fontified. - Introduce completion feature and
clojure-ts-completion-enabled
customization.
Full Changelog: v0.4.0...v0.5.0