Link to tree-sitter-rust fork

pull/48/head
Wilfred Hughes 2021-10-05 23:03:33 +07:00
parent 74a5e7b151
commit 484e373986
1 changed files with 18 additions and 18 deletions

@ -3,7 +3,7 @@
Difftastic uses the following tree-sitter parsers:
| Language | Git Repository |
|-----------------|---------------------------------------------------------------------------------------------|
|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------|
| C | [tree-sitter/tree-sitter-c](https://github.com/tree-sitter/tree-sitter-c) |
| C++ | [tree-sitter/tree-sitter-cpp](https://github.com/tree-sitter/tree-sitter-cpp) |
| C# | [tree-sitter/tree-sitter-c-sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) |
@ -18,7 +18,7 @@ Difftastic uses the following tree-sitter parsers:
| JSON | [tree-sitter/tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json) |
| Ocaml | [tree-sitter/tree-sitter-ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) |
| Python | [tree-sitter/tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) |
| Rust | [tree-sitter/tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) |
| Rust | [tree-sitter/tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) ([forked](https://github.com/Wilfred/tree-sitter-rust)) |
| TypeScript, TSX | [tree-sitter/tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript) |