mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update transferred fish repo info
This commit is contained in:
parent
20b5dd9893
commit
8df19b91ad
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue