Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 4.98 KB

CHANGELOG.md

File metadata and controls

83 lines (62 loc) · 4.98 KB

Changelog

main (unreleased)

  • [#38]: Add support for in-ns forms in clojure-ts-find-ns.

0.2.2 (2024-02-16)

  • [#37]: Fix derived modes broken with [#36].

0.2.1 (2024-02-14)

  • [#36]: Rename all derived mode vars to match the package prefix.
    • clojurescript-ts-mode -> clojure-ts-clojurescript-mode
    • clojurec-ts-mode -> clojure-ts-clojurec-mode
    • clojure-dart-ts-mode -> clojure-ts-clojuredart-mode
    • clojure-jank-ts-mode -> clojure-ts-jank-mode
  • [#30]: Add custom option clojure-ts-toplevel-inside-comment-form as an equivalent to clojure-toplevel-inside-comment-form in clojure-mode.
  • [#32]: Change behavior of beginning-of-defun and end-of-defun to consider all Clojure sexps as defuns.

0.2.0

0.1.5

0.1.4

0.1.3

  • Add custom option for highlighting comment macro body forms as comments. ae3790adc0fc40ad905b8c30b152122991592a4e
    • Defaults to OFF, highlighting comment body forms like any other expressions.
    • Additionally, does a better job of better detecting comment macros by reducing false positives from forms like (not.clojure.core/comment)

0.1.2

0.1.1

0.1.0

Initial release. Includes:

  • Auto install of language grammar
  • Font locking (syntax highlighting)
  • Fixed style indentation
  • imenu support
  • which-function support