diff options
| author | Benedikt Reinartz <filmor@gmail.com> | 2022-12-08 19:40:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-08 19:40:41 +0100 |
| commit | 84261c67fce6322c241ec74a44c5dff6598166c5 (patch) | |
| tree | f166cdf66afa9e692988ff015958f165fe27447f /lua | |
| parent | Update lockfile.json (diff) | |
| download | nvim-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.lua | 4 |
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 = { |
