feat(diff): update parser after move

This commit is contained in:
Christian Clason 2025-10-29 19:26:43 +01:00 committed by Christian Clason
parent 645f42e85d
commit 9ddd853e7e
2 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ Language | Tier | Queries | Node | Maintainer
[desktop](https://github.com/ValdezFOmar/tree-sitter-desktop) | unstable | `HF J ` | | @ValdezFOmar [desktop](https://github.com/ValdezFOmar/tree-sitter-desktop) | unstable | `HF J ` | | @ValdezFOmar
[devicetree](https://github.com/joelspadin/tree-sitter-devicetree) | unstable | `HFIJL` | | @jedrzejboczar [devicetree](https://github.com/joelspadin/tree-sitter-devicetree) | unstable | `HFIJL` | | @jedrzejboczar
[dhall](https://github.com/jbellerb/tree-sitter-dhall) | unstable | `HF J ` | | @amaanq [dhall](https://github.com/jbellerb/tree-sitter-dhall) | unstable | `HF J ` | | @amaanq
[diff](https://github.com/the-mikedavis/tree-sitter-diff) | unstable | `HF J ` | | @gbprod [diff](https://github.com/tree-sitter-grammars/tree-sitter-diff) | unstable | `HF J ` | | @gbprod
[disassembly](https://github.com/ColinKennedy/tree-sitter-disassembly) | unstable | `H  J ` | | @ColinKennedy [disassembly](https://github.com/ColinKennedy/tree-sitter-disassembly) | unstable | `H  J ` | | @ColinKennedy
[djot](https://github.com/treeman/tree-sitter-djot) | unstable | `HFIJL` | | @NoahTheDuke [djot](https://github.com/treeman/tree-sitter-djot) | unstable | `HFIJL` | | @NoahTheDuke
[dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) | unstable | `H  J ` | | @camdencheek [dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) | unstable | `H  J ` | | @camdencheek

View file

@ -370,8 +370,8 @@ return {
}, },
diff = { diff = {
install_info = { install_info = {
revision = 'e42b8def4f75633568f1aecfe01817bf15164928', revision = '2520c3f934b3179bb540d23e0ef45f75304b5fed',
url = 'https://github.com/the-mikedavis/tree-sitter-diff', url = 'https://github.com/tree-sitter-grammars/tree-sitter-diff',
}, },
maintainers = { '@gbprod' }, maintainers = { '@gbprod' },
tier = 2, tier = 2,