tree-sitter/cli/src/lib.rs

15 lines
231 B
Rust

pub mod generate;
pub mod highlight;
pub mod logger;
pub mod parse;
pub mod playground;
pub mod query;
pub mod query_testing;
pub mod tags;
pub mod test;
pub mod test_highlight;
pub mod util;
pub mod wasm;
#[cfg(test)]
mod tests;