]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare.
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Jul 2023 05:16:14 +0000 (08:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 23 Jul 2023 05:16:14 +0000 (08:16 +0300)
lisp/progmodes/typescript-ts-mode.el

index 173ec52f2093fce56e413251f8a3b13049f4ad0d..ae0a80aea86f36dce10a1d951bcf61d9f5926bf2 100644 (file)
@@ -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'."