mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
chore(nix): update url and maintainers
This commit is contained in:
parent
d6bce02b89
commit
afe267b50e
2 changed files with 3 additions and 3 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -191,7 +191,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
|
||||||
[nim](https://github.com/alaviss/tree-sitter-nim) | unstable | `HF JL` | | @aMOPel
|
[nim](https://github.com/alaviss/tree-sitter-nim) | unstable | `HF JL` | | @aMOPel
|
||||||
[nim_format_string](https://github.com/aMOPel/tree-sitter-nim-format-string) | unstable | `H J ` | | @aMOPel
|
[nim_format_string](https://github.com/aMOPel/tree-sitter-nim-format-string) | unstable | `H J ` | | @aMOPel
|
||||||
[ninja](https://github.com/alemuller/tree-sitter-ninja) | unstable | `HFIJ ` | | @alemuller
|
[ninja](https://github.com/alemuller/tree-sitter-ninja) | unstable | `HFIJ ` | | @alemuller
|
||||||
[nix](https://github.com/cstrahan/tree-sitter-nix) | unstable | `HFIJL` | | @leo60228
|
[nix](https://github.com/nix-community/tree-sitter-nix) | unstable | `HFIJL` | | @leo60228, @zimbatm
|
||||||
[nqc](https://github.com/tree-sitter-grammars/tree-sitter-nqc) | unstable | `HFIJL` | | @amaanq
|
[nqc](https://github.com/tree-sitter-grammars/tree-sitter-nqc) | unstable | `HFIJL` | | @amaanq
|
||||||
[nu](https://github.com/nushell/tree-sitter-nu) | unstable | `HFIJ ` | | @abhisheksingh0x558
|
[nu](https://github.com/nushell/tree-sitter-nu) | unstable | `HFIJ ` | | @abhisheksingh0x558
|
||||||
[objc](https://github.com/tree-sitter-grammars/tree-sitter-objc) | unstable | `HFIJL` | | @amaanq
|
[objc](https://github.com/tree-sitter-grammars/tree-sitter-objc) | unstable | `HFIJL` | | @amaanq
|
||||||
|
|
|
||||||
|
|
@ -1464,9 +1464,9 @@ return {
|
||||||
nix = {
|
nix = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'ea1d87f7996be1329ef6555dcacfa63a69bd55c6',
|
revision = 'ea1d87f7996be1329ef6555dcacfa63a69bd55c6',
|
||||||
url = 'https://github.com/cstrahan/tree-sitter-nix',
|
url = 'https://github.com/nix-community/tree-sitter-nix',
|
||||||
},
|
},
|
||||||
maintainers = { '@leo60228' },
|
maintainers = { '@leo60228', '@zimbatm' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
},
|
},
|
||||||
nqc = {
|
nqc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue