mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
Add Erlang parser to list
This commit is contained in:
parent
76486942e7
commit
14c687a6bb
1 changed files with 8 additions and 0 deletions
|
|
@ -176,6 +176,14 @@ list.css = {
|
||||||
maintainers = {"@TravonteD"},
|
maintainers = {"@TravonteD"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.erlang = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
|
||||||
|
files = { "src/parser.c" }
|
||||||
|
},
|
||||||
|
maintainers = { '@ostera' },
|
||||||
|
}
|
||||||
|
|
||||||
list.ocaml = {
|
list.ocaml = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue