; 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:
@@ -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'."
|
||||
|
||||
Reference in New Issue
Block a user