mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
Add rnoweb to the parsers.lua file
This commit is contained in:
parent
575fe65147
commit
23ca66d8ca
1 changed files with 9 additions and 0 deletions
|
|
@ -812,6 +812,15 @@ list.beancount = {
|
||||||
maintainers = { "@polarmutex" },
|
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 = {
|
list.latex = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/latex-lsp/tree-sitter-latex",
|
url = "https://github.com/latex-lsp/tree-sitter-latex",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue