fix erlang parser installation

This commit is contained in:
Okan Esen 2020-12-10 13:14:59 +01:00 committed by Stephan Seitz
parent 14c687a6bb
commit 41ddc39f86

View file

@ -179,7 +179,8 @@ list.css = {
list.erlang = {
install_info = {
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
files = { "src/parser.c" }
files = { "src/parser.c" },
branch = "main"
},
maintainers = { '@ostera' },
}