Hello,
I am the kak-tree-sitter author and currently finishing my integration of tree-house to replace tree-sitter-highlight. I have issues with the generated events for highlighting, and so I wanted to write tests to ensure what I compute is actually correct.
However, there is no way to use in-memory languages, such as tree-sitter-rust, as the only thing I found is tree_house_bindings::Grammar::new(), which expects a Path.
Any idea? Thanks!