emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/sxhkdrc-mode f8b67a519d 2/4: Overwrite other fontificat


From: ELPA Syncer
Subject: [elpa] externals/sxhkdrc-mode f8b67a519d 2/4: Overwrite other fontification on comment lines
Date: Wed, 14 Dec 2022 05:58:08 -0500 (EST)

branch: externals/sxhkdrc-mode
commit f8b67a519dc417acd2847cdbc04c65d7aef67b2d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Overwrite other fontification on comment lines
---
 sxhkdrc-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sxhkdrc-mode.el b/sxhkdrc-mode.el
index c29bd88f0f..5df61a7884 100644
--- a/sxhkdrc-mode.el
+++ b/sxhkdrc-mode.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Protesilaos Stavrou General Issues 
<~protesilaos/general-issues@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/sxhkdrc-mode
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/general-issues
-;; Version: 0.1.2
+;; Version: 0.1.3
 ;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is NOT part of GNU Emacs.
@@ -93,7 +93,7 @@ key chord chain (demarcated by a colon or semicolon)."
        (1 'sxhkdrc-mode-command-async t t)
        (2 'sxhkdrc-mode-command t t))
       (,(alist-get 'comment syntax)
-       (0 'font-lock-comment-face))
+       (0 'font-lock-comment-face t t))
       (,(alist-get 'key-generic syntax)
        (0 'sxhkdrc-mode-generic-key))))
   "Fontification of sxhkdrc files.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]