diff options
| author | Jonas Chevalier <zimbatm@zimbatm.com> | 2025-07-20 11:50:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-20 09:50:56 +0000 |
| commit | afe267b50e72ce2f79d8ae9f7693b8290e8a15ef (patch) | |
| tree | f624b8df0c13f4e8680f35fe68d7b708698d20fa | |
| parent | feat(parsers): update beancount, brightscript, enforce, gdscript, gpg, groq, ... (diff) | |
| download | nvim-treesitter-afe267b50e72ce2f79d8ae9f7693b8290e8a15ef.tar nvim-treesitter-afe267b50e72ce2f79d8ae9f7693b8290e8a15ef.tar.gz nvim-treesitter-afe267b50e72ce2f79d8ae9f7693b8290e8a15ef.tar.bz2 nvim-treesitter-afe267b50e72ce2f79d8ae9f7693b8290e8a15ef.tar.lz nvim-treesitter-afe267b50e72ce2f79d8ae9f7693b8290e8a15ef.tar.xz nvim-treesitter-afe267b50e72ce2f79d8ae9f7693b8290e8a15ef.tar.zst nvim-treesitter-afe267b50e72ce2f79d8ae9f7693b8290e8a15ef.zip | |
chore(nix): update url and maintainers
| -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 cd6846f25..a6ff7cd52 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -191,7 +191,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka [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 [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 [nu](https://github.com/nushell/tree-sitter-nu) | unstable | `HFIJ ` | | @abhisheksingh0x558 [objc](https://github.com/tree-sitter-grammars/tree-sitter-objc) | unstable | `HFIJL` | | @amaanq diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3710da058..7680de928 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1464,9 +1464,9 @@ return { nix = { install_info = { 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, }, nqc = { |
