From 25d713a67d8e0209ee74bfc0153fdf677697b43f Mon Sep 17 00:00:00 2001 From: vemv Date: Fri, 24 Nov 2023 08:32:14 +0100 Subject: [PATCH] 5.18.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- clojure-mode.el | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 204db20e..416a855a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master (unreleased) +## 5.18.1 (2023-11-24) + +### Bugs fixed + +* [#653](https://github.com/clojure-emacs/clojure-mode/issues/653): Don't highlight vars with colons as keywords. + ## 5.18.0 (2023-10-18) ### Changes diff --git a/README.md b/README.md index e029765e..13f949c1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ highlighting), indentation, navigation and refactoring support for the **This documentation tracks the `master` branch of `clojure-mode`. Some of the features and settings discussed here might not be available in older releases (including the current stable release). Please, consult -the relevant git tag (e.g. [5.18.0](https://github.com/clojure-emacs/clojure-mode/tree/v5.18.0)) if you need documentation for a +the relevant git tag (e.g. [5.18.1](https://github.com/clojure-emacs/clojure-mode/tree/v5.18.1)) if you need documentation for a specific `clojure-mode` release.** ## Installation diff --git a/clojure-mode.el b/clojure-mode.el index a9a6a0b0..fba42115 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -12,7 +12,7 @@ ;; Maintainer: Bozhidar Batsov ;; URL: https://github.com/clojure-emacs/clojure-mode ;; Keywords: languages clojure clojurescript lisp -;; Version: 5.18.0 +;; Version: 5.18.1 ;; Package-Requires: ((emacs "25.1")) ;; This file is not part of GNU Emacs.