mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(erlang)!: switch parser to maintained fork (#3791)
update queries to breaking changes
This commit is contained in:
parent
0b00eb4b82
commit
84261c67fc
4 changed files with 100 additions and 79 deletions
|
|
@ -412,11 +412,11 @@ list.scss = {
|
|||
|
||||
list.erlang = {
|
||||
install_info = {
|
||||
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
|
||||
url = "https://github.com/WhatsApp/tree-sitter-erlang",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@ostera" },
|
||||
maintainers = { "@filmor" },
|
||||
}
|
||||
|
||||
list.elixir = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue