chore(latex)!: update parser and queries (#2436)

BREAKING CHANGE: queries for latex need adaptation
This commit is contained in:
Christian Clason 2022-02-04 11:29:46 +01:00 committed by GitHub
parent 7867d997e7
commit a80c8bc506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 201 additions and 210 deletions

View file

@ -747,11 +747,11 @@ list.beancount = {
list.latex = {
install_info = {
url = "https://github.com/latex-lsp/tree-sitter-latex",
files = { "src/parser.c" },
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "tex",
used_by = { "cls", "sty" },
maintainers = { "@theHamsta by asking @clason" },
maintainers = { "@theHamsta, @clason" },
}
list.bibtex = {
@ -760,7 +760,7 @@ list.bibtex = {
files = { "src/parser.c" },
},
filetype = "bib",
maintainers = { "@theHamsta by asking @clason" },
maintainers = { "@theHamsta, @clason" },
}
list.zig = {