mirror of
https://github.com/helix-editor/tree-house.git
synced 2025-10-06 00:12:46 +02:00
778853ae64fb40d0b8511fae2334e75bb811e3d7
Cloning the properties can be avoided and it is relatively expensive in terms of temporary allocations. The nice part of cloning was being able to use `unwrap_or_default` to get default injection properties for injections which don't use any `#set! injection.X` properties but we can handle this where the properties are accessed instead. Closes #12
tree-house
This repository contains a number of crates used by the Helix editor for integration with the tree-sitter C library.
bindings/
contains thetree-house-bindings
crate which provides Rust bindings over the C library.highlighter/
contains thetree-house
crate which exposes a robust highlighter and query iterator for working across [injections].skidder/
contains theskidder
crate which exposes utilities for building a package repository for tree-sitter grammars.cli/
contains theskidder-cli
crate which wrapsskidder
in a command line interface.
Languages
Rust
98.4%
Nix
0.9%
Shell
0.7%