1 2 3 4 5 6 7
//! Tree-sitter AST utilities. //! //! v0.2.0 adds real AST-backed detection for Python files. //! TypeScript detection still uses the regex path from v0.1.0 (tree-sitter-typescript //! integration is planned for v0.3.0). pub mod python;