Skip to content

clojure-mode 5.19

Latest
Compare
Choose a tag to compare
@bbatsov bbatsov released this 27 May 05:28
· 4 commits to master since this release

Bugs fixed

  • Fix clojure-align when called from clojure-ts-mode major mode buffers.
  • #671: Syntax highlighting for digits after the first in % args. (e.g. %10)
  • #680: Change syntax class of ASCII control characters to punctuation, fixing situations where carriage returns were being interpreted as symbols.

Changes

  • #675: Add .lpy to the list of known Clojure file extensions.