mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -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
|
|
@ -366,7 +366,7 @@
|
||||||
"revision": "123d8b472e949b59f348c32e245107a34a3d8945"
|
"revision": "123d8b472e949b59f348c32e245107a34a3d8945"
|
||||||
},
|
},
|
||||||
"latex": {
|
"latex": {
|
||||||
"revision": "6d764f17f4d28c9db736009fb0e10ffe04866661"
|
"revision": "a834712c5e04029a451a262456bf6290b8ef6f37"
|
||||||
},
|
},
|
||||||
"ledger": {
|
"ledger": {
|
||||||
"revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a"
|
"revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a"
|
||||||
|
|
|
||||||
|
|
@ -1093,6 +1093,7 @@ list.latex = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/latex-lsp/tree-sitter-latex",
|
url = "https://github.com/latex-lsp/tree-sitter-latex",
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
|
requires_generate_from_grammar = true,
|
||||||
},
|
},
|
||||||
filetype = "tex",
|
filetype = "tex",
|
||||||
maintainers = { "@theHamsta", "@clason" },
|
maintainers = { "@theHamsta", "@clason" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue