branch: externals/sxhkdrc-mode commit f8b67a519dc417acd2847cdbc04c65d7aef67b2d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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-iss...@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.")