aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua1
2 files changed, 2 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json
index e1adeb0af..081506c3f 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -366,7 +366,7 @@
"revision": "123d8b472e949b59f348c32e245107a34a3d8945"
},
"latex": {
- "revision": "6d764f17f4d28c9db736009fb0e10ffe04866661"
+ "revision": "a834712c5e04029a451a262456bf6290b8ef6f37"
},
"ledger": {
"revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index e136ead56..a0a77e420 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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" },