diff options
| author | Github Actions <actions@github> | 2021-10-10 13:07:28 +0000 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-10-21 19:50:23 +0200 |
| commit | 1501b7ae8a8fbdc6fa3bcaa38f562a69363736d0 (patch) | |
| tree | 9b74ef884256ce2db7b99b340a054ab74d9f7111 | |
| parent | ci: use nvim v0.5.1 on CI (diff) | |
| download | nvim-treesitter-1501b7ae8a8fbdc6fa3bcaa38f562a69363736d0.tar nvim-treesitter-1501b7ae8a8fbdc6fa3bcaa38f562a69363736d0.tar.gz nvim-treesitter-1501b7ae8a8fbdc6fa3bcaa38f562a69363736d0.tar.bz2 nvim-treesitter-1501b7ae8a8fbdc6fa3bcaa38f562a69363736d0.tar.lz nvim-treesitter-1501b7ae8a8fbdc6fa3bcaa38f562a69363736d0.tar.xz nvim-treesitter-1501b7ae8a8fbdc6fa3bcaa38f562a69363736d0.tar.zst nvim-treesitter-1501b7ae8a8fbdc6fa3bcaa38f562a69363736d0.zip | |
[docgen] Update README.md
skip-checks: true
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -160,11 +160,12 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [cpp](https://github.com/tree-sitter/tree-sitter-cpp) (maintained by @theHamsta) - [x] [css](https://github.com/tree-sitter/tree-sitter-css) (maintained by @TravonteD) - [x] [cuda](https://github.com/theHamsta/tree-sitter-cuda) (maintained by @theHamsta) +- [x] [d](https://github.com/CyberShadow/tree-sitter-d) (experimental, maintained by @nawordar) - [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @Akin909) - [x] [devicetree](https://github.com/joelspadin/tree-sitter-devicetree) (maintained by @jedrzejboczar) - [x] [dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) (maintained by @camdencheek) - [x] [dot](https://github.com/rydesun/tree-sitter-dot) (maintained by @rydesun) -- [x] [elixir](https://github.com/ananthakumaran/tree-sitter-elixir) (maintained by @nifoc) +- [x] [elixir](https://github.com/elixir-lang/tree-sitter-elixir) (maintained by @jonatanklosko) - [ ] [elm](https://github.com/elm-tooling/tree-sitter-elm) - [x] [erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang) (maintained by @ostera) - [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD) @@ -209,7 +210,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [rst](https://github.com/stsewd/tree-sitter-rst) (maintained by @stsewd) - [x] [ruby](https://github.com/tree-sitter/tree-sitter-ruby) (maintained by @TravonteD) - [x] [rust](https://github.com/tree-sitter/tree-sitter-rust) (maintained by @vigoux) -- [ ] [scala](https://github.com/tree-sitter/tree-sitter-scala) +- [x] [scala](https://github.com/tree-sitter/tree-sitter-scala) (maintained by @stevanmilic) - [x] [scss](https://github.com/serenadeai/tree-sitter-scss) (maintained by @elianiva) - [x] [sparql](https://github.com/BonaBeavis/tree-sitter-sparql) (maintained by @bonabeavis) - [x] [supercollider](https://github.com/madskjeldgaard/tree-sitter-supercollider) (maintained by @madskjeldgaard) @@ -222,7 +223,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [tsx](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka) - [x] [turtle](https://github.com/BonaBeavis/tree-sitter-turtle) (maintained by @bonabeavis) - [x] [typescript](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka) -- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv) +- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (experimental, maintained by @zegervdv) - [x] [vim](https://github.com/vigoux/tree-sitter-viml) (maintained by @vigoux) - [x] [vue](https://github.com/ikatyang/tree-sitter-vue) (maintained by @WhyNotHugo) - [x] [yaml](https://github.com/ikatyang/tree-sitter-yaml) (maintained by @stsewd) |
