parsers: add tree-sitter-fish

Addresses #1268
This commit is contained in:
Stephan Seitz 2021-05-01 16:27:40 +02:00 committed by Thomas Vigouroux
parent 2873d1efda
commit 68d2b01572

View file

@ -140,6 +140,13 @@ list.bash = {
maintainers = {"@TravonteD"},
}
list.fish = {
install_info = {
url = "https://github.com/krnik/tree-sitter-fish",
files = { "src/parser.c", "src/scanner.c" },
},
}
list.php = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-php",