From 23ca66d8ca75f4525f539f98553a5eb6c71ed6fa Mon Sep 17 00:00:00 2001 From: Brian Albert Monroe Date: Tue, 19 Apr 2022 06:31:31 +0200 Subject: Add rnoweb to the parsers.lua file --- 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 f1cdea471..2cf2f4364 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -812,6 +812,15 @@ list.beancount = { maintainers = { "@polarmutex" }, } +list.rnoweb = { + install_info = { + url = "https://github.com/bamonroe/tree-sitter-rnoweb", + files = { "src/parser.c", "src/scanner.c" }, + }, + filetype = "rnoweb", + maintainers = { "@bamonroe" }, +} + list.latex = { install_info = { url = "https://github.com/latex-lsp/tree-sitter-latex", -- cgit v1.2.3-70-g09d2