aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorBenedikt Reinartz <filmor@gmail.com>2022-12-08 19:40:41 +0100
committerGitHub <noreply@github.com>2022-12-08 19:40:41 +0100
commit84261c67fce6322c241ec74a44c5dff6598166c5 (patch)
treef166cdf66afa9e692988ff015958f165fe27447f /lua
parentUpdate lockfile.json (diff)
downloadnvim-treesitter-84261c67fce6322c241ec74a44c5dff6598166c5.tar
nvim-treesitter-84261c67fce6322c241ec74a44c5dff6598166c5.tar.gz
nvim-treesitter-84261c67fce6322c241ec74a44c5dff6598166c5.tar.bz2
nvim-treesitter-84261c67fce6322c241ec74a44c5dff6598166c5.tar.lz
nvim-treesitter-84261c67fce6322c241ec74a44c5dff6598166c5.tar.xz
nvim-treesitter-84261c67fce6322c241ec74a44c5dff6598166c5.tar.zst
nvim-treesitter-84261c67fce6322c241ec74a44c5dff6598166c5.zip
feat(erlang)!: switch parser to maintained fork (#3791)
update queries to breaking changes
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 73841850a..0246cde81 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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 = {