feat(erlang)!: switch parser to maintained fork (#3791)

update queries to breaking changes
This commit is contained in:
Benedikt Reinartz 2022-12-08 19:40:41 +01:00 committed by GitHub
parent 0b00eb4b82
commit 84261c67fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 100 additions and 79 deletions

View file

@ -412,11 +412,11 @@ list.scss = {
list.erlang = {
install_info = {
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
url = "https://github.com/WhatsApp/tree-sitter-erlang",
files = { "src/parser.c" },
branch = "main",
},
maintainers = { "@ostera" },
maintainers = { "@filmor" },
}
list.elixir = {