; lisp/progmodes/csharp-mode.el (treesit-query-capture): Declare (bug#65297).
This commit is contained in:
parent
221ed70b90
commit
26949819df
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
(declare-function treesit-node-start "treesit.c")
|
||||
(declare-function treesit-node-type "treesit.c")
|
||||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||
(declare-function treesit-query-capture "treesit.c")
|
||||
|
||||
(defgroup csharp nil
|
||||
"Major mode for editing C# code."
|
||||
|
|
Loading…
Add table
Reference in a new issue