; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare.
This commit is contained in:
parent
2215298d90
commit
ee20b50dfe
1 changed files with 1 additions and 0 deletions
|
@ -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'."
|
||||||
|
|
Loading…
Add table
Reference in a new issue