Initial Elixir support

This commit is contained in:
Daniel Kempkens 2021-05-14 21:23:58 +02:00 committed by Stephan Seitz
parent 506e998da2
commit e7e1db38cd
6 changed files with 323 additions and 0 deletions

View file

@ -238,6 +238,14 @@ list.erlang = {
maintainers = { '@ostera' },
}
list.elixir = {
install_info = {
url = "https://github.com/ananthakumaran/tree-sitter-elixir",
files = { "src/parser.c", "src/scanner.cc" },
},
maintainers = { '@nifoc' },
}
list.ocaml = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml",