aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author26797767+krnik <26797767+krnik@users.noreply.github.com>2021-07-19 18:52:01 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-19 21:27:07 +0200
commit8df19b91addd7ca1ca97705c634b2652e40b0a0b (patch)
tree8a3df6456f8c40460db4ea36aaf1883bd09639ad
parentdocs: notify about 0.5-compat in the readme (diff)
downloadnvim-treesitter-8df19b91addd7ca1ca97705c634b2652e40b0a0b.tar
nvim-treesitter-8df19b91addd7ca1ca97705c634b2652e40b0a0b.tar.gz
nvim-treesitter-8df19b91addd7ca1ca97705c634b2652e40b0a0b.tar.bz2
nvim-treesitter-8df19b91addd7ca1ca97705c634b2652e40b0a0b.tar.lz
nvim-treesitter-8df19b91addd7ca1ca97705c634b2652e40b0a0b.tar.xz
nvim-treesitter-8df19b91addd7ca1ca97705c634b2652e40b0a0b.tar.zst
nvim-treesitter-8df19b91addd7ca1ca97705c634b2652e40b0a0b.zip
Update transferred fish repo info
-rw-r--r--README.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 289ef252f..96f61d9b5 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 0739d01b7..32b2b903c 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 = {