mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix erlang parser installation
This commit is contained in:
parent
14c687a6bb
commit
41ddc39f86
1 changed files with 2 additions and 1 deletions
|
|
@ -179,7 +179,8 @@ list.css = {
|
||||||
list.erlang = {
|
list.erlang = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
|
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
|
||||||
files = { "src/parser.c" }
|
files = { "src/parser.c" },
|
||||||
|
branch = "main"
|
||||||
},
|
},
|
||||||
maintainers = { '@ostera' },
|
maintainers = { '@ostera' },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue