Skip to content

Commit

Permalink
Sync clojure-mode-extra-font-locking.el version with clojure-mode.el
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
manphiz committed Mar 25, 2024
1 parent af0e518 commit 449d734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

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

# Changes

Expand Down
2 changes: 1 addition & 1 deletion clojure-mode-extra-font-locking.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;; Author: Bozhidar Batsov <[email protected]>
;; URL: https://github.com/clojure-emacs/clojure-mode
;; Version: 3.0.0
;; Version: 5.19.0-snapshot
;; Keywords: languages, lisp
;; Package-Requires: ((clojure-mode "3.0"))

Expand Down

0 comments on commit 449d734

Please sign in to comment.