emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 ee20b50dfed: ; * lisp/progmodes/typescript-ts-mode.el (treesit-


From: Eli Zaretskii
Subject: emacs-29 ee20b50dfed: ; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare.
Date: Sun, 23 Jul 2023 01:16:03 -0400 (EDT)

branch: emacs-29
commit ee20b50dfeded512ecdc784421f8bbe97161d729
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare.
---
 lisp/progmodes/typescript-ts-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/typescript-ts-mode.el 
b/lisp/progmodes/typescript-ts-mode.el
index 173ec52f209..ae0a80aea86 100644
--- 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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]