From 512e2122e0c4332006c8ba9806ef1d4d5e878e25 Mon Sep 17 00:00:00 2001 From: Arstoien <2979182+tdroxler@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:49:26 +0200 Subject: feat: add `ralph` (#6675) https://github.com/alephium/tree-sitter-ralph --- 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 d2abb9d53..6c01b3eff 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1699,6 +1699,14 @@ list.racket = { }, } +list.ralph = { + install_info = { + url = "https://github.com/alephium/tree-sitter-ralph", + files = { "src/parser.c" }, + }, + maintainers = { "@tdroxler" }, +} + list.rasi = { install_info = { url = "https://github.com/Fymyte/tree-sitter-rasi", -- cgit v1.2.3-70-g09d2