mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Initial Elixir support
This commit is contained in:
parent
506e998da2
commit
e7e1db38cd
6 changed files with 323 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue