projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2215298
)
; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 23 Jul 2023 05:16:14 +0000
(08:16 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 23 Jul 2023 05:16:14 +0000
(08:16 +0300)
lisp/progmodes/typescript-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/typescript-ts-mode.el
b/lisp/progmodes/typescript-ts-mode.el
index 173ec52f2093fce56e413251f8a3b13049f4ad0d..ae0a80aea86f36dce10a1d951bcf61d9f5926bf2 100644
(file)
--- a/
lisp/progmodes/typescript-ts-mode.el
+++ b/
lisp/progmodes/typescript-ts-mode.el
@@
-33,6
+33,7
@@
(require 'c-ts-common) ; For comment indent and filling.
(declare-function treesit-parser-create "treesit.c")
+(declare-function treesit-query-capture "treesit.c")
(defcustom typescript-ts-mode-indent-offset 2
"Number of spaces for each indentation step in `typescript-ts-mode'."