mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* Declare few treesit-* function to clean-up wanrnings
* lisp/progmodes/c-ts-common.el (treesit-parser-language) (treesit-node-match-p, treesit-node-child, treesit-node-eq) (treesit-parser-root-node, treesit-node-parser): Declare.
This commit is contained in:
parent
a582034dc5
commit
f9e7f57f57
1 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,12 @@
|
|||
(declare-function treesit-node-type "treesit.c")
|
||||
(declare-function treesit-node-parent "treesit.c")
|
||||
(declare-function treesit-node-prev-sibling "treesit.c")
|
||||
(declare-function treesit-parser-language "treesit.c")
|
||||
(declare-function treesit-node-match-p "treesit.c")
|
||||
(declare-function treesit-node-child "treesit.c")
|
||||
(declare-function treesit-node-eq "treesit.c")
|
||||
(declare-function treesit-parser-root-node "treesit.c")
|
||||
(declare-function treesit-node-parser "treesit.c")
|
||||
|
||||
;;; Comment indentation and filling
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue