mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
; * lisp/treesit.el (treesit--indent-1): Add missing call.
This commit is contained in:
parent
34b1ed3f5e
commit
2db725fb24
@ -1625,7 +1625,8 @@ Return (ANCHOR . OFFSET). This function is used by
|
||||
(local-parsers (treesit-local-parsers-at bol))
|
||||
(smallest-node
|
||||
(cond ((null (treesit-parser-list)) nil)
|
||||
(local-parsers (car local-parsers))
|
||||
(local-parsers (treesit-node-at
|
||||
bol (car local-parsers)))
|
||||
((eq 1 (length (treesit-parser-list)))
|
||||
(treesit-node-at bol))
|
||||
((treesit-language-at (point))
|
||||
|
Loading…
Reference in New Issue
Block a user