Add LaTeX/Bibtex parser

This commit is contained in:
Stephan Seitz 2021-03-21 00:03:20 +01:00 committed by Stephan Seitz
parent 5a4d9a69ca
commit 283ee87ed1

View file

@ -499,12 +499,29 @@ list.r = {
}
list.beancount = {
install_info = {
url = "https://github.com/polarmutex/tree-sitter-beancount",
files = { "src/parser.c" },
branch = "master",
},
maintainers = { "@polarmutex" }
install_info = {
url = "https://github.com/polarmutex/tree-sitter-beancount",
files = { "src/parser.c" },
branch = "master",
},
maintainers = { "@polarmutex" },
}
list.latex = {
install_info = {
url = "https://github.com/latex-lsp/tree-sitter-latex",
files = { "src/parser.c" },
},
filetype = 'tex',
used_by = {'cls', 'sty'}
}
list.bibtex = {
install_info = {
url = "https://github.com/latex-lsp/tree-sitter-bibtex",
files = { "src/parser.c" },
},
filetype = 'bib',
}
local M = {