From 8df19b91addd7ca1ca97705c634b2652e40b0a0b Mon Sep 17 00:00:00 2001 From: 26797767+krnik <26797767+krnik@users.noreply.github.com> Date: Mon, 19 Jul 2021 18:52:01 +0200 Subject: Update transferred fish repo info --- README.md | 2 +- lua/nvim-treesitter/parsers.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 289ef252..96f61d9b 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ We are looking for maintainers to add more parsers and to write query files for - [ ] [elm](https://github.com/elm-tooling/tree-sitter-elm) - [x] [erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang) (maintained by @ostera) - [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD) -- [x] [fish](https://github.com/krnik/tree-sitter-fish) (maintained by @krnik, @ram02z) +- [x] [fish](https://github.com/ram02z/tree-sitter-fish) (maintained by @ram02z) - [ ] [fortran](https://github.com/stadelmanma/tree-sitter-fortran) - [x] [Godot (gdscript)](https://github.com/PrestonKnopp/tree-sitter-gdscript) (maintained by @Shatur95) - [x] [Glimmer and Ember](https://github.com/alexlafroscia/tree-sitter-glimmer) (maintained by @alexlafroscia) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 0739d01b..32b2b903 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -172,10 +172,10 @@ list.bash = { list.fish = { install_info = { - url = "https://github.com/krnik/tree-sitter-fish", + url = "https://github.com/ram02z/tree-sitter-fish", files = { "src/parser.c", "src/scanner.c" }, }, - maintainers = { "@krnik", "@ram02z" }, + maintainers = { "@ram02z" }, } list.php = { -- cgit v1.2.3