diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, |
