diff options
| author | Github Actions <actions@github> | 2023-03-11 22:06:25 +0000 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-11 17:23:22 -0500 |
| commit | a60b2234bc4bab1944e5a02fd71699f02cf65fcd (patch) | |
| tree | d9dc89a693278d0b71f52fb45d96a82b291fdab9 | |
| parent | docs: add missing fields from InstallInfo, update code docs related to instal... (diff) | |
| download | nvim-treesitter-a60b2234bc4bab1944e5a02fd71699f02cf65fcd.tar nvim-treesitter-a60b2234bc4bab1944e5a02fd71699f02cf65fcd.tar.gz nvim-treesitter-a60b2234bc4bab1944e5a02fd71699f02cf65fcd.tar.bz2 nvim-treesitter-a60b2234bc4bab1944e5a02fd71699f02cf65fcd.tar.lz nvim-treesitter-a60b2234bc4bab1944e5a02fd71699f02cf65fcd.tar.xz nvim-treesitter-a60b2234bc4bab1944e5a02fd71699f02cf65fcd.tar.zst nvim-treesitter-a60b2234bc4bab1944e5a02fd71699f02cf65fcd.zip | |
Update README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -204,7 +204,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [diff](https://github.com/the-mikedavis/tree-sitter-diff) (maintained by @gbprod) - [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] [ebnf](https://github.com/RubixDev/ebnf.git) (experimental, maintained by @RubixDev) +- [x] [ebnf](https://github.com/RubixDev/ebnf) (experimental, maintained by @RubixDev) - [x] [eex](https://github.com/connorlay/tree-sitter-eex) (maintained by @connorlay) - [x] [elixir](https://github.com/elixir-lang/tree-sitter-elixir) (maintained by @connorlay) - [x] [elm](https://github.com/elm-tooling/tree-sitter-elm) (maintained by @zweimach) @@ -296,7 +296,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [ql](https://github.com/tree-sitter/tree-sitter-ql) (maintained by @pwntester) - [x] [qmldir](https://github.com/Decodetalkers/tree-sitter-qmldir) (maintained by @amaanq) - [x] [qmljs](https://github.com/yuja/tree-sitter-qmljs) (maintained by @Decodetalkers) -- [x] [Tree-sitter query language](https://github.com/nvim-treesitter/tree-sitter-query) (maintained by @steelsojka) +- [x] [Tree-Sitter query language](https://github.com/nvim-treesitter/tree-sitter-query) (maintained by @steelsojka) - [x] [r](https://github.com/r-lib/tree-sitter-r) (maintained by @echasnovski) - [x] [racket](https://github.com/6cdh/tree-sitter-racket) (maintained by @6cdh) - [x] [rasi](https://github.com/Fymyte/tree-sitter-rasi) (maintained by @Fymyte) |
