diff options
| author | Github Actions <actions@github> | 2021-03-21 11:10:12 +0000 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-03-22 11:49:51 +0100 |
| commit | d8b0edb4b46eb77130cbf908d005100775c47902 (patch) | |
| tree | 93c1be62f5def7e039d60771d5bd680dd52ababe | |
| parent | Add LaTeX/Bibtex parser (diff) | |
| download | nvim-treesitter-d8b0edb4b46eb77130cbf908d005100775c47902.tar nvim-treesitter-d8b0edb4b46eb77130cbf908d005100775c47902.tar.gz nvim-treesitter-d8b0edb4b46eb77130cbf908d005100775c47902.tar.bz2 nvim-treesitter-d8b0edb4b46eb77130cbf908d005100775c47902.tar.lz nvim-treesitter-d8b0edb4b46eb77130cbf908d005100775c47902.tar.xz nvim-treesitter-d8b0edb4b46eb77130cbf908d005100775c47902.tar.zst nvim-treesitter-d8b0edb4b46eb77130cbf908d005100775c47902.zip | |
[docgen] Update README.md
skip-checks: true
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -133,6 +133,7 @@ We are looking for maintainers to add more parsers and to write query files for <!--This section of the README is automatically updated by a CI job--> <!--parserinfo--> - [x] [bash](https://github.com/tree-sitter/tree-sitter-bash) (maintained by @TravonteD) +- [ ] [bibtex](https://github.com/latex-lsp/tree-sitter-bibtex) - [x] [c](https://github.com/tree-sitter/tree-sitter-c) (maintained by @vigoux) - [x] [c_sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) (maintained by @svermeulen) - [x] [clojure](https://github.com/sogaiu/tree-sitter-clojure) (maintained by @sogaiu) @@ -157,6 +158,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [JSON with comments](https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git) (maintained by @WhyNotHugo) - [x] [julia](https://github.com/tree-sitter/tree-sitter-julia) (maintained by @mroavi, @theHamsta) - [x] [kotlin](https://github.com/tormodatt/tree-sitter-kotlin) (maintained by @tormodatt) +- [ ] [latex](https://github.com/latex-lsp/tree-sitter-latex) - [x] [ledger](https://github.com/cbarrete/tree-sitter-ledger) (maintained by @cbarrete) - [x] [lua](https://github.com/nvim-treesitter/tree-sitter-lua) (maintained by @vigoux) - [x] [nix](https://github.com/cstrahan/tree-sitter-nix) (maintained by @leo60228) |
