; * lisp/treesit.el (treesit--indent-1): Add missing call.
This commit is contained in:
parent
34b1ed3f5e
commit
2db725fb24
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue