mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * lisp/treesit.el (treesit--syntax-propertize-start): Fix doc.
(cherry picked from commit 2ba39a30bf
)
(Bug#71753)
This commit is contained in:
parent
2f18929319
commit
fe0d9dfb3b
1 changed files with 2 additions and 3 deletions
|
@ -1396,9 +1396,8 @@ non-nil, print debugging information."
|
||||||
"If non-nil, next `syntax-propertize' should start at this position.
|
"If non-nil, next `syntax-propertize' should start at this position.
|
||||||
|
|
||||||
When tree-sitter parser reparses, it calls
|
When tree-sitter parser reparses, it calls
|
||||||
`treesit--syntax-propertize-notifier' with the affected region,
|
`treesit--font-lock-mark-ranges-to-fontify' with the changed ranges, and
|
||||||
and that function sets this variable to the start of the affected
|
that function sets this variable to the start of the changed ranges.")
|
||||||
region.")
|
|
||||||
|
|
||||||
(defvar-local treesit--pre-redisplay-tick nil
|
(defvar-local treesit--pre-redisplay-tick nil
|
||||||
"The last `buffer-chars-modified-tick' that we've processed.
|
"The last `buffer-chars-modified-tick' that we've processed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue