; * lisp/treesit.el (treesit-range-functions): Fix typo.
This commit is contained in:
parent
3114eb8078
commit
e45d8dbeea
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ captured node. Capture names don't matter."
|
|||
|
||||
(defvar-local treesit-range-functions nil
|
||||
"A list of range functions.
|
||||
Font-locking and indenting code uses functions in this alist to
|
||||
Font-locking and indenting code uses functions in this list to
|
||||
set correct ranges for a language parser before using it.
|
||||
|
||||
The signature of each function should be
|
||||
|
|
Loading…
Add table
Reference in a new issue