* doc/lispref/parsing.texi: Add manual for treesit-query-language.

This commit is contained in:
Yuan Fu 2022-10-13 14:40:38 -07:00
parent bc66ff9875
commit f0e9085a17
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -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.