1
2
3
pub(crate) mod guess_language;
pub(crate) mod syntax;
pub(crate) mod tree_sitter_parser;