; Fix a recent backport
* lisp/progmodes/typescript-ts-mode.el (treesit-node-child-by-field-name, treesit-node-match-p) (treesit-node-type): Declare. Do not merge to master.
This commit is contained in:
parent
99d70ce6c2
commit
684adc07c2
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
(declare-function treesit-parser-create "treesit.c")
|
||||
(declare-function treesit-query-capture "treesit.c")
|
||||
(declare-function treesit-query-compile "treesit.c")
|
||||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||
(declare-function treesit-node-match-p "treesit.c")
|
||||
(declare-function treesit-node-type "treesit.c")
|
||||
|
||||
(defcustom typescript-ts-mode-indent-offset 2
|
||||
"Number of spaces for each indentation step in `typescript-ts-mode'."
|
||||
|
|
Loading…
Add table
Reference in a new issue