mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * lisp/treesit.el (treesit-font-lock-level): Doc fix. (Bug#80136)
This commit is contained in:
parent
d55a455ec2
commit
28fe937d5d
1 changed files with 4 additions and 1 deletions
|
|
@ -1469,7 +1469,10 @@ done via `customize-variable'.
|
|||
|
||||
To see which syntactical categories are fontified by each level
|
||||
in a particular major mode, examine the buffer-local value of the
|
||||
variable `treesit-font-lock-feature-list'."
|
||||
variable `treesit-font-lock-feature-list'.
|
||||
|
||||
Setting this variable directly with `setq' or `let' doesn't work;
|
||||
use `setopt' or \\[customize-option] instead."
|
||||
:type 'integer
|
||||
:set #'treesit--font-lock-level-setter
|
||||
:version "29.1")
|
||||
|
|
|
|||
Loading…
Reference in a new issue