From: Yuan Fu Date: Thu, 13 Oct 2022 21:40:38 +0000 (-0700) Subject: * doc/lispref/parsing.texi: Add manual for treesit-query-language. X-Git-Tag: emacs-29.0.90~1833 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0e9085a17be8866c123b120e3252c52845ec38e;p=emacs.git * doc/lispref/parsing.texi: Add manual for treesit-query-language. --- diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index c73175e3c37..8b684d11fcd 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -1188,6 +1188,10 @@ malformed. The signal data contains a description of the specific error. You can use @code{treesit-query-validate} to debug the query. @end defun +@defun treesit-query-language query +This function return the language of @var{query}. +@end defun + @defun treesit-query-expand query This function expands the s-expression @var{query} into a string query.