mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -08:00
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)
This commit is contained in:
parent
ae2589ea7a
commit
921f454f50
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
`([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue