Pin Erlang parser

This commit is contained in:
Stephan Seitz 2020-12-10 17:23:21 +01:00 committed by Thomas Vigouroux
parent 41ddc39f86
commit a5a268df27
2 changed files with 4 additions and 1 deletions

View file

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