aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SUPPORTED_LANGUAGES.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua4
2 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md
index f931a3590..135341be4 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -57,7 +57,7 @@ Language | Tier | Queries | Node | Maintainer
[desktop](https://github.com/ValdezFOmar/tree-sitter-desktop) | unstable | `HF J ` | | @ValdezFOmar
[devicetree](https://github.com/joelspadin/tree-sitter-devicetree) | unstable | `HFIJL` | | @jedrzejboczar
[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
[djot](https://github.com/treeman/tree-sitter-djot) | unstable | `HFIJL` | | @NoahTheDuke
[dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) | unstable | `H  J ` | | @camdencheek
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 50bebeea7..665dddf5e 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -370,8 +370,8 @@ return {
},
diff = {
install_info = {
- revision = 'e42b8def4f75633568f1aecfe01817bf15164928',
- url = 'https://github.com/the-mikedavis/tree-sitter-diff',
+ revision = '2520c3f934b3179bb540d23e0ef45f75304b5fed',
+ url = 'https://github.com/tree-sitter-grammars/tree-sitter-diff',
},
maintainers = { '@gbprod' },
tier = 2,