v1.1.0
What's Changed
Bug Fixes
- Fixed TypeTag for tree-sitter language validation - The binding was exporting language incorrectly, causing "Invalid language object" errors
- Fixed magic_arguments to not include leading whitespace -
%matplotlib inlinenow correctly parses arguments asinlineinstead ofinline
New Features
- Added comprehensive binding tests (13 tests) that verify tree-sitter integration works correctly
- Tests cover language loading, TypeTag validation, all node types, indented shell escapes, incremental parsing, and query support
Full Changelog
https://github.com/abir-taheer/tree-sitter-ipython/commits/v1.1.0