tree-sitter/crates
ObserverOfTime 107bd800b0 fix(bindings): improve zig dependency fetching logic
Currently, including a tree-sitter parser as a dependency in a zig
project and running `zig build test` on the project will fetch the
zig-tree-sitter dependency declared by the parser. This is a problem
because (a) consumers may not want this dependency for whatever reason
and (b) due to how often Zig breaks everything and how scarcely most
tree-sitter parsers are updated, the zig-tree-sitter version pinned
by the parser module will often be outdated and broken.

The workaround I used was taken from https://ziggit.dev/t/11234
2025-08-28 10:31:24 +03:00
..
cli fix(bindings): improve zig dependency fetching logic 2025-08-28 10:31:24 +03:00
config feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
generate fix(rust): make String clones more explicit 2025-08-09 16:02:28 -04:00
highlight fix(rust): adapt to new nightly iterator lints 2025-08-10 13:28:52 -04:00
language feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
loader docs: change WASM/wasm to Wasm 2025-08-21 09:56:32 +03:00
tags feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
xtask docs: change WASM/wasm to Wasm 2025-08-21 09:56:32 +03:00