mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
Pin Erlang parser
This commit is contained in:
parent
41ddc39f86
commit
a5a268df27
2 changed files with 4 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ list.erlang = {
|
|||
install_info = {
|
||||
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main"
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { '@ostera' },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue