tree-sitter/lib
Max Brunsfeld 3c66dd2d6c Add missing language return in ts_query_new
Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Mikayla <mikayla@zed.dev>
Co-authored-by: Joseph <joseph@zed.dev>
2024-01-25 11:06:54 -08:00
..
binding_rust Free C error message properly when loading wasm language fails 2023-12-31 10:05:42 -08:00
binding_web Merge branch 'master' into wasm-language 2023-10-27 12:11:43 +01:00
include/tree_sitter Introduce language ref-count management C APIs, remove Copy impl for Language in Rust 2023-12-27 14:59:16 -08:00
src Add missing language return in ts_query_new 2024-01-25 11:06:54 -08:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml Bump wasmtime to v16 release 2023-12-31 11:33:28 -08:00
compile_flags.txt Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -08:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly