mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
chore(latex)!: update parser and queries (#2436)
BREAKING CHANGE: queries for latex need adaptation
This commit is contained in:
parent
7867d997e7
commit
a80c8bc506
5 changed files with 201 additions and 210 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue