mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(diff): update parser after move
This commit is contained in:
parent
645f42e85d
commit
9ddd853e7e
2 changed files with 3 additions and 3 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue