From d13c0452234f24519131f0999a6a20aefbd6da76 Mon Sep 17 00:00:00 2001 From: Fymyte Date: Tue, 4 Jan 2022 23:22:29 +0100 Subject: add(rasi): add rasi parser Signed-off-by: Fymyte --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index eaaaa0f16..859351da6 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -828,6 +828,15 @@ list.make = { maintainers = { "@lewis6991" }, } +list.rasi = { + install_info = { + url = "https://github.com/Fymyte/tree-sitter-rasi", + branch = "main", + files = { "src/parser.c" }, + }, + maintainers = { "@Fymyte" }, +} + local M = { list = list, } -- cgit v1.2.3-70-g09d2