From e1997ebbcaadf6af94d8654524bcfe943301913b Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 28 Mar 2021 22:50:21 +0200 Subject: Add LaTeX maintainers --- lua/nvim-treesitter/parsers.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a9d779ef2..626d0936f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -513,7 +513,8 @@ list.latex = { files = { "src/parser.c" }, }, filetype = 'tex', - used_by = {'cls', 'sty'} + used_by = {'cls', 'sty'}, + maintainers = { "@theHamsta by asking @clason" }, } list.bibtex = { @@ -522,6 +523,7 @@ list.bibtex = { files = { "src/parser.c" }, }, filetype = 'bib', + maintainers = { "@theHamsta by asking @clason" }, } list.zig = { -- cgit v1.2.3-70-g09d2