Expand description
Python’s bundled tree-sitter query assets.
The .scm files ship inside this crate rather than
brokk-bifrost-analysis/resources/ and are embedded at compile time, so a
consumer never resolves them from a runtime path. brokk-bifrost-analysis
folds PYTHON_QUERY_ASSETS into the per-language store epoch exactly as it
folds its own resources/treesitter/<lang>/ files: the entry paths keep the
historical treesitter/python/ prefix so the epoch’s per-language filter is
one rule rather than two.
Constants§
- PYTHON_
QUERY_ ASSETS - Compile-time embedded
.scmquery files as(relative_path, contents). - PYTHON_
QUERY_ DIRECTORY - Directory the query assets live in, relative to this crate’s root.