diff options
| author | Fymyte <pierguill@gmail.com> | 2022-01-04 23:22:29 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-05 01:01:12 +0100 |
| commit | d13c0452234f24519131f0999a6a20aefbd6da76 (patch) | |
| tree | b5b183509c9bf1de9f079acebb5f74c2d168b919 /lua/nvim-treesitter | |
| parent | 9b262596e05eb1a129a717022b309cd1ad531345 (diff) | |
add(rasi): add rasi parser
Signed-off-by: Fymyte <pierguill@gmail.com>
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index eaaaa0f1..859351da 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, } |
