; * lisp/treesit.el (treesit-font-lock-rules): Fix typo.

This commit is contained in:
Yuan Fu 2026-04-27 02:08:31 -07:00
parent 9e70acea67
commit eda3e9eb07
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -1635,7 +1635,7 @@ to QUERY. For example,
(treesit-font-lock-rules
:language \\='javascript
:override t
:feature\\='constant
:feature \\='constant
\\='((true) @font-lock-constant-face
(false) @font-lock-constant-face)
:language \\='html