From 00197398bd5f881b3dbb90b78c28ce2b58665d83 Mon Sep 17 00:00:00 2001 From: Oleksii Demennikov Date: Fri, 1 Apr 2022 21:27:10 +0300 Subject: Added the initial version for the support of rego language --- 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 4784c476..fad77791 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -49,6 +49,15 @@ list.javascript = { maintainers = { "@steelsojka" }, } +list.rego = { + install_info = { + url = "https://github.com/FallenAngel97/tree-sitter-rego", + files = { "src/parser.c" }, + }, + maintainers = { '@FallenAngel97' }, + filetype = 'rego', +} + list.c = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-c", -- cgit v1.2.3