From: Wilhelm Kirschbaum Date: Mon, 30 Dec 2024 10:56:40 +0000 (+0200) Subject: Update fontification for attribute values in heex-ts-mode X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~140 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=921f454f5087f16d9afc5574525baa92df91b8d0;p=emacs.git Update fontification for attribute values in heex-ts-mode Attribute values are strings as with html-ts-mode. * lisp/progmodes/heex-ts-mode.el (heex-ts--font-lock-settings): Change to attribute value to @font-lock-string-face. (Bug#75192) --- diff --git a/lisp/progmodes/heex-ts-mode.el b/lisp/progmodes/heex-ts-mode.el index e19349b3a0f..0f7785a3279 100644 --- a/lisp/progmodes/heex-ts-mode.el +++ b/lisp/progmodes/heex-ts-mode.el @@ -113,7 +113,7 @@ `((special_attribute_name) @font-lock-keyword-face) :language 'heex :feature 'heex-string - `([(attribute_value) (quoted_attribute_value)] @font-lock-constant-face) + `([(attribute_value) (quoted_attribute_value)] @font-lock-string-face) :language 'heex :feature 'heex-component `([