Skip to content

Commit 449d734

Browse files
committed
Sync clojure-mode-extra-font-locking.el version with clojure-mode.el
* It looks like the version of clojure-mode-extra-font-locking.el has been out-of-sync with clojure-mode.el and has been stuck in 3.0.0 for a long time. * This patch sync the version with the current snapshot.
1 parent af0e518 commit 449d734

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* Fix `clojure-align` when called from `clojure-ts-mode` major mode buffers.
88
* [#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in `%` args. (e.g. `%10`)
9+
* Sync version of `clojure-mode-extra-font-locking.el` with `clojure-mode.el`.
910

1011
# Changes
1112

clojure-mode-extra-font-locking.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: https://github.com/clojure-emacs/clojure-mode
7-
;; Version: 3.0.0
7+
;; Version: 5.19.0-snapshot
88
;; Keywords: languages, lisp
99
;; Package-Requires: ((clojure-mode "3.0"))
1010

0 commit comments

Comments
 (0)