aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSal Bakraa <SalBakraa@gmail.com>2022-01-07 00:09:48 +0300
committerStephan Seitz <stephan.seitz@fau.de>2022-01-08 20:01:00 +0100
commitf9179db8de68d4ecfdde0881ab2e67b2b76a06a8 (patch)
treed97ca3e0f50544d136496f518f88c0bce537fc96
parentfix(kotlin): use _import for type captures (diff)
downloadnvim-treesitter-f9179db8de68d4ecfdde0881ab2e67b2b76a06a8.tar
nvim-treesitter-f9179db8de68d4ecfdde0881ab2e67b2b76a06a8.tar.gz
nvim-treesitter-f9179db8de68d4ecfdde0881ab2e67b2b76a06a8.tar.bz2
nvim-treesitter-f9179db8de68d4ecfdde0881ab2e67b2b76a06a8.tar.lz
nvim-treesitter-f9179db8de68d4ecfdde0881ab2e67b2b76a06a8.tar.xz
nvim-treesitter-f9179db8de68d4ecfdde0881ab2e67b2b76a06a8.tar.zst
nvim-treesitter-f9179db8de68d4ecfdde0881ab2e67b2b76a06a8.zip
docs(kotlin): change Kotlin maintainer
-rw-r--r--README.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5902088f4..0eb2dffa3 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [json5](https://github.com/Joakker/tree-sitter-json5) (maintained by @Joakker)
- [x] [JSON with comments](https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git) (maintained by @WhyNotHugo)
- [x] [julia](https://github.com/tree-sitter/tree-sitter-julia) (maintained by @mroavi, @theHamsta)
-- [x] [kotlin](https://github.com/fwcd/tree-sitter-kotlin) (maintained by @fwcd)
+- [x] [kotlin](https://github.com/fwcd/tree-sitter-kotlin) (maintained by @SalBakraa)
- [x] [latex](https://github.com/latex-lsp/tree-sitter-latex) (maintained by @theHamsta by asking @clason)
- [x] [ledger](https://github.com/cbarrete/tree-sitter-ledger) (maintained by @cbarrete)
- [x] [llvm](https://github.com/benwilliamgraham/tree-sitter-llvm) (maintained by @benwilliamgraham)
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 3f80a5178..7352bae73 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -258,7 +258,7 @@ list.kotlin = {
branch = "main",
files = { "src/parser.c", "src/scanner.c" },
},
- maintainers = { "@fwcd" },
+ maintainers = { "@SalBakraa" },
}
list.html = {