Fix language inconsistency

pull/902/head
Antonin Delpeuch 2025-10-12 23:57:10 +07:00 committed by GitHub
parent a54bab84a7
commit 9cd8196ec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ Ideally, the parser should be available as a Rust crate on crates.io.
If that's the case, add it to `Cargo.toml` in the alphabetically sorted list
of parser dependencies. For instance:
```
tree-sitter-bash = "0.24.8"
tree-sitter-json = "0.24.8"
```
Otherwise, it is possible to [vendor the parser in difftastic's source code](./parser_vendoring.md),
but this should only be used as a last resort.