; * lisp/treesit.el (treesit--indent-1): Get all parsers.
This commit is contained in:
parent
2db725fb24
commit
98f98c66e0
1 changed files with 1 additions and 1 deletions
|
@ -1627,7 +1627,7 @@ Return (ANCHOR . OFFSET). This function is used by
|
|||
(cond ((null (treesit-parser-list)) nil)
|
||||
(local-parsers (treesit-node-at
|
||||
bol (car local-parsers)))
|
||||
((eq 1 (length (treesit-parser-list)))
|
||||
((eq 1 (length (treesit-parser-list nil nil t)))
|
||||
(treesit-node-at bol))
|
||||
((treesit-language-at (point))
|
||||
(treesit-node-at bol (treesit-language-at (point))))
|
||||
|
|
Loading…
Add table
Reference in a new issue