From e7e1db38cd966ea1e382c321dd589378393ff186 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 14 May 2021 21:23:58 +0200 Subject: Initial Elixir support --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a4942dddd..ae2dfbf23 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -238,6 +238,14 @@ list.erlang = { maintainers = { '@ostera' }, } +list.elixir = { + install_info = { + url = "https://github.com/ananthakumaran/tree-sitter-elixir", + files = { "src/parser.c", "src/scanner.cc" }, + }, + maintainers = { '@nifoc' }, +} + list.ocaml = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-ocaml", -- cgit v1.2.3-70-g09d2