mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/treesit.el (treesit-font-lock-rules): Fix typo.
This commit is contained in:
parent
9e70acea67
commit
eda3e9eb07
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue