; * lisp/progmodes/java-ts-mode.el (treesit-query-capture): Declare.
This commit is contained in:
parent
255eeee0e0
commit
2e7460c231
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
(declare-function treesit-node-start "treesit.c")
|
||||
(declare-function treesit-node-type "treesit.c")
|
||||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||
(declare-function treesit-query-capture "treesit.c")
|
||||
|
||||
(defcustom java-ts-mode-indent-offset 4
|
||||
"Number of spaces for each indentation step in `java-ts-mode'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue