mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(make): switch to maintained fork
This commit is contained in:
parent
19261d56ed
commit
d19def46c1
2 changed files with 3 additions and 3 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -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
|
[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
|
[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
|
[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](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
|
[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
|
[matlab](https://github.com/acristoffers/tree-sitter-matlab) | unstable | `HFIJL` | @acristoffers
|
||||||
|
|
|
||||||
|
|
@ -1336,8 +1336,8 @@ return {
|
||||||
},
|
},
|
||||||
make = {
|
make = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'a4b9187417d6be349ee5fd4b6e77b4172c6827dd',
|
revision = '5e9e8f8ff3387b0edcaa90f46ddf3629f4cfeb1d',
|
||||||
url = 'https://github.com/alemuller/tree-sitter-make',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-make',
|
||||||
},
|
},
|
||||||
maintainers = { '@lewis6991' },
|
maintainers = { '@lewis6991' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue