; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare.

This commit is contained in:
Eli Zaretskii 2023-07-23 08:16:14 +03:00
parent 2215298d90
commit ee20b50dfe

View file

@ -33,6 +33,7 @@
(require 'c-ts-common) ; For comment indent and filling. (require 'c-ts-common) ; For comment indent and filling.
(declare-function treesit-parser-create "treesit.c") (declare-function treesit-parser-create "treesit.c")
(declare-function treesit-query-capture "treesit.c")
(defcustom typescript-ts-mode-indent-offset 2 (defcustom typescript-ts-mode-indent-offset 2
"Number of spaces for each indentation step in `typescript-ts-mode'." "Number of spaces for each indentation step in `typescript-ts-mode'."