Bugs fixed
- Fix
clojure-align
when called fromclojure-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.