Add rnoweb to the parsers.lua file

This commit is contained in:
Brian Albert Monroe 2022-04-19 06:31:31 +02:00 committed by Stephan Seitz
parent 575fe65147
commit 23ca66d8ca

View file

@ -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",