diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-01-17 16:10:23 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-01-17 16:15:39 +0100 |
| commit | d19def46c112c26c17adeef88dd1253cc6d623a1 (patch) | |
| tree | 866aa299b33dc89eedd3a1f757794ab27c1b4dc3 | |
| parent | fix(rust): highlight doc comment markers as @comment.documentation (diff) | |
| download | nvim-treesitter-d19def46c112c26c17adeef88dd1253cc6d623a1.tar nvim-treesitter-d19def46c112c26c17adeef88dd1253cc6d623a1.tar.gz nvim-treesitter-d19def46c112c26c17adeef88dd1253cc6d623a1.tar.bz2 nvim-treesitter-d19def46c112c26c17adeef88dd1253cc6d623a1.tar.lz nvim-treesitter-d19def46c112c26c17adeef88dd1253cc6d623a1.tar.xz nvim-treesitter-d19def46c112c26c17adeef88dd1253cc6d623a1.tar.zst nvim-treesitter-d19def46c112c26c17adeef88dd1253cc6d623a1.zip | |
fix(make): switch to maintained fork
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 59be83a32..421ed2026 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -175,7 +175,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka [luap](https://github.com/tree-sitter-grammars/tree-sitter-luap)[^luap] | unstable | `H ` | @amaanq [luau](https://github.com/tree-sitter-grammars/tree-sitter-luau) | unstable | `HFIJL` | @amaanq [m68k](https://github.com/grahambates/tree-sitter-m68k) | unstable | `HF JL` | @grahambates -[make](https://github.com/alemuller/tree-sitter-make) | unstable | `HF J ` | @lewis6991 +[make](https://github.com/tree-sitter-grammars/tree-sitter-make) | unstable | `HF J ` | @lewis6991 [markdown](https://github.com/tree-sitter-grammars/tree-sitter-markdown)[^markdown] | unstable | `HFIJ ` | @MDeiml [markdown_inline](https://github.com/tree-sitter-grammars/tree-sitter-markdown)[^markdown_inline] | unstable | `H J ` | @MDeiml [matlab](https://github.com/acristoffers/tree-sitter-matlab) | unstable | `HFIJL` | @acristoffers diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index b45d1067d..de7a85171 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1336,8 +1336,8 @@ return { }, make = { install_info = { - revision = 'a4b9187417d6be349ee5fd4b6e77b4172c6827dd', - url = 'https://github.com/alemuller/tree-sitter-make', + revision = '5e9e8f8ff3387b0edcaa90f46ddf3629f4cfeb1d', + url = 'https://github.com/tree-sitter-grammars/tree-sitter-make', }, maintainers = { '@lewis6991' }, tier = 2, |
