aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index fa1b0b895..cdb8f1249 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -747,11 +747,11 @@ list.beancount = {
list.latex = {
install_info = {
url = "https://github.com/latex-lsp/tree-sitter-latex",
- files = { "src/parser.c" },
+ files = { "src/parser.c", "src/scanner.c" },
},
filetype = "tex",
used_by = { "cls", "sty" },
- maintainers = { "@theHamsta by asking @clason" },
+ maintainers = { "@theHamsta, @clason" },
}
list.bibtex = {
@@ -760,7 +760,7 @@ list.bibtex = {
files = { "src/parser.c" },
},
filetype = "bib",
- maintainers = { "@theHamsta by asking @clason" },
+ maintainers = { "@theHamsta, @clason" },
}
list.zig = {