aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jakobi <marc@jakobi.dev>2025-12-26 21:45:27 +0100
committerChristian Clason <ch.clason+github@icloud.com>2025-12-26 22:13:05 +0100
commit45d08da7bb3ea206d698b33f0576fdf9661e2979 (patch)
treef725f3d7522a8d481f042c581fa498cef5477e86
parentperf(nix): replace match with lua-match (diff)
downloadnvim-treesitter-45d08da7bb3ea206d698b33f0576fdf9661e2979.tar
nvim-treesitter-45d08da7bb3ea206d698b33f0576fdf9661e2979.tar.gz
nvim-treesitter-45d08da7bb3ea206d698b33f0576fdf9661e2979.tar.bz2
nvim-treesitter-45d08da7bb3ea206d698b33f0576fdf9661e2979.tar.lz
nvim-treesitter-45d08da7bb3ea206d698b33f0576fdf9661e2979.tar.xz
nvim-treesitter-45d08da7bb3ea206d698b33f0576fdf9661e2979.tar.zst
nvim-treesitter-45d08da7bb3ea206d698b33f0576fdf9661e2979.zip
chore(nix): add mrcjkb to maintainers
-rw-r--r--SUPPORTED_LANGUAGES.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md
index b2c006f84..318a004f8 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -189,7 +189,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/nix-community/tree-sitter-nix) | unstable | `HFIJL` | @leo60228, @zimbatm
+[nix](https://github.com/nix-community/tree-sitter-nix) | unstable | `HFIJL` | @leo60228, @mrcjkb, @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 595191dde..2c06f6dce 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1448,7 +1448,7 @@ return {
revision = 'eabf96807ea4ab6d6c7f09b671a88cd483542840',
url = 'https://github.com/nix-community/tree-sitter-nix',
},
- maintainers = { '@leo60228', '@zimbatm' },
+ maintainers = { '@leo60228', '@mrcjkb', '@zimbatm' },
tier = 2,
},
nqc = {