Skip to main content

PYTHON_QUERY_DIRECTORY

Constant PYTHON_QUERY_DIRECTORY 

Source
pub const PYTHON_QUERY_DIRECTORY: &str = "resources/treesitter/python";
Expand description

Directory the query assets live in, relative to this crate’s root.

Reported by PythonAdapter::query_directory(). The relocation from the analysis crate is why the Python store-epoch salt bumped: the salted content now comes from this crate’s resources/, not analysis’s.