Because now it just calls a user-supplied function rather than doing
any work by itself.
* test/src/treesit-tests.el (treesit-parser-supplemental): Remove the
test.
(setq root-node (treesit-parser-root-node
parser))
(setq doc-node (treesit-node-child root-node 0)))
- ;; `treesit-language-at'.
- (should (equal (treesit-language-at (point))
- 'json))
;; `treesit-set-ranges', `treesit-get-ranges'.
(treesit-set-ranges 'json
'((1 . 2)))