mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -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 = {
|
||||
install_info = {
|
||||
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
|
||||
files = { "src/parser.c" }
|
||||
files = { "src/parser.c" },
|
||||
branch = "main"
|
||||
},
|
||||
maintainers = { '@ostera' },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue