fix(latex)!: adjust to dropped parser.c

This commit is contained in:
Christian Clason 2024-04-01 14:40:35 +02:00
parent 25ed904c75
commit e4ba167af0
2 changed files with 2 additions and 1 deletions

View file

@ -366,7 +366,7 @@
"revision": "123d8b472e949b59f348c32e245107a34a3d8945"
},
"latex": {
"revision": "6d764f17f4d28c9db736009fb0e10ffe04866661"
"revision": "a834712c5e04029a451a262456bf6290b8ef6f37"
},
"ledger": {
"revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a"

View file

@ -1093,6 +1093,7 @@ list.latex = {
install_info = {
url = "https://github.com/latex-lsp/tree-sitter-latex",
files = { "src/parser.c", "src/scanner.c" },
requires_generate_from_grammar = true,
},
filetype = "tex",
maintainers = { "@theHamsta", "@clason" },