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

@ -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" },