branch: externals/colorful-mode
commit 25ad453e4d4e6d9d9e9adf6ccc510231a6059483
Author: Elías Gabriel Pérez <eg642...@gmail.com>
Commit: Elías Gabriel Pérez <eg642...@gmail.com>

    Release: 1.2.4
    
    Changes:
    * `colorful-excluded-buffers` is now obsolete.
    * Support for highlighting `rad` and `grad` values in CSS HSL.
    * New user option `colorful-highlight-in-comments`.
      If non-nil, colorful-mode will highlight colors inside comments.
    
    Bugfix:
    * `colorful-mode` no longer overrides fontification in other buffers.
      Previously, colorful-mode overrode fontification in read-only
      buffers (e.g. help-mode buffers).  Now `colorful-mode` can be enabled
      on any buffer without overriding the buffer fontification.
    * `colorful-extra-color-keyword-functions` now works for Emacs
      versions prior to 30.1.
---
 colorful-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/colorful-mode.el b/colorful-mode.el
index 96708c7439..beca1e66ad 100644
--- a/colorful-mode.el
+++ b/colorful-mode.el
@@ -9,7 +9,7 @@
 ;; Package-Requires: ((emacs "28.1") (compat "30.1.0.0"))
 ;; Homepage: https://github.com/DevelopmentCool2449/colorful-mode
 ;; Keywords: faces, tools, matching, convenience
-;; Version: 1.2.3
+;; Version: 1.2.4
 
 ;; This file is part of GNU Emacs.
 

Reply via email to