You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-core
Michael Davis 12e7d126b6
Mark query_captures function as unsafe
It's easy to mistakenly use-after-free the cursor and captures iterator
here because of the transmute. Ideally this could be fixed upstream in
tree-sitter by introducing an API with lifetimes/types that reflect the
lifetimes of the underlying data.

Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
4 months ago
..
src Mark query_captures function as unsafe 4 months ago
tests fix lsp config reload (#9415) 5 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump textwrap from 0.16.0 to 0.16.1 (#9674) 4 months ago