Metadata-Version: 2.4
Name: tree-sitter-query
Version: 0.5.0
Summary: TS query grammar for tree-sitter
Author: Steven Sojka
License: Apache-2.0
Project-URL: Homepage, https://github.com/tree-sitter-grammars/tree-sitter-query
Keywords: incremental,parsing,tree-sitter,query
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.22; extra == "core"
Dynamic: license-file

# tree-sitter-query

[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-query/actions/workflows/ci.yaml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)

A tree-sitter parser for tree-sitter query files (scheme-like).

## References

* [Queries](https://tree-sitter.github.io/tree-sitter/using-parsers/queries/index.html)

[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-query/ci.yaml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
