mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(latex)!: adjust to dropped parser.c
This commit is contained in:
parent
25ed904c75
commit
e4ba167af0
2 changed files with 2 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue