diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-28 22:50:21 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-03-30 19:26:37 +0200 |
| commit | e1997ebbcaadf6af94d8654524bcfe943301913b (patch) | |
| tree | a3e877c93c5b84f6b61eba45cf143bc20fef2b71 /lua | |
| parent | Add text.reference and text.environment (diff) | |
| download | nvim-treesitter-e1997ebbcaadf6af94d8654524bcfe943301913b.tar nvim-treesitter-e1997ebbcaadf6af94d8654524bcfe943301913b.tar.gz nvim-treesitter-e1997ebbcaadf6af94d8654524bcfe943301913b.tar.bz2 nvim-treesitter-e1997ebbcaadf6af94d8654524bcfe943301913b.tar.lz nvim-treesitter-e1997ebbcaadf6af94d8654524bcfe943301913b.tar.xz nvim-treesitter-e1997ebbcaadf6af94d8654524bcfe943301913b.tar.zst nvim-treesitter-e1997ebbcaadf6af94d8654524bcfe943301913b.zip | |
Add LaTeX maintainers
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 3 insertions, 1 deletions
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 = { |
