tree-sitter/crates
Will Lillis 9ced6172de
fix(cli): improve error message when language in list can't be found (#4643)
Problem: When multiple input paths are provided to the `parse` command (a la `tree-sitter parse --paths [...]`), if a language can't be found for one of the paths, it can be a little unclear *which* path caused the failure. The loader *can* fail with `Failed to load language for file name <foo.bar>`, but this isn't guaranteed. 

Solution: Attach some additional context in the case where multiple paths can be provided, displaying the problematic path on failure.
2025-08-02 11:52:54 +02:00
..
cli fix(cli): improve error message when language in list can't be found (#4643) 2025-08-02 11:52:54 +02:00
config feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
generate fix(cli): add reserved type declarations and schema 2025-08-02 12:01:41 +03:00
highlight feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
language feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
loader feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
tags feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
xtask build(deps): bump the cargo group across 1 directory with 3 updates 2025-07-08 11:19:24 +00:00