Add Erlang parser to list

This commit is contained in:
Leandro Ostera 2020-12-07 08:17:37 +01:00 committed by Stephan Seitz
parent 76486942e7
commit 14c687a6bb

View file

@ -176,6 +176,14 @@ list.css = {
maintainers = {"@TravonteD"},
}
list.erlang = {
install_info = {
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
files = { "src/parser.c" }
},
maintainers = { '@ostera' },
}
list.ocaml = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml",