diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-08-10 08:06:00 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-08-10 08:14:07 +0000 |
| commit | 4d0da6b5ace8cd7b0affeb7e91a4aa28e0f30c10 (patch) | |
| tree | c0106174e7318ce94b8a844983a64c1442dab2ba /README.md | |
| parent | feat(sflog): add sflog (Salesforce debug log) parser and highlights (diff) | |
| download | nvim-treesitter-4d0da6b5ace8cd7b0affeb7e91a4aa28e0f30c10.tar nvim-treesitter-4d0da6b5ace8cd7b0affeb7e91a4aa28e0f30c10.tar.gz nvim-treesitter-4d0da6b5ace8cd7b0affeb7e91a4aa28e0f30c10.tar.bz2 nvim-treesitter-4d0da6b5ace8cd7b0affeb7e91a4aa28e0f30c10.tar.lz nvim-treesitter-4d0da6b5ace8cd7b0affeb7e91a4aa28e0f30c10.tar.xz nvim-treesitter-4d0da6b5ace8cd7b0affeb7e91a4aa28e0f30c10.tar.zst nvim-treesitter-4d0da6b5ace8cd7b0affeb7e91a4aa28e0f30c10.zip | |
bot(readme): update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -176,7 +176,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [ada](https://github.com/briot/tree-sitter-ada) (maintained by @briot) - [x] [agda](https://github.com/tree-sitter/tree-sitter-agda) (maintained by @Decodetalkers) - [x] [angular](https://github.com/dlvandenberg/tree-sitter-angular) (experimental, maintained by @dlvandenberg) -- [x] [apex](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber) +- [x] [apex](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber, @xixiaofinland) - [x] [arduino](https://github.com/ObserverOfTime/tree-sitter-arduino) (maintained by @ObserverOfTime) - [x] [asm](https://github.com/RubixDev/tree-sitter-asm) (maintained by @RubixDev) - [x] [astro](https://github.com/virchau13/tree-sitter-astro) (maintained by @virchau13) @@ -393,14 +393,15 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [scfg](https://github.com/rockorager/tree-sitter-scfg) (maintained by @WhyNotHugo) - [ ] [scheme](https://github.com/6cdh/tree-sitter-scheme) - [x] [scss](https://github.com/serenadeai/tree-sitter-scss) (maintained by @elianiva) +- [x] [sflog](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber, @xixiaofinland) - [x] [slang](https://github.com/theHamsta/tree-sitter-slang) (experimental, maintained by @theHamsta) - [x] [slint](https://github.com/slint-ui/tree-sitter-slint) (maintained by @hunger) - [x] [smali](https://github.com/tree-sitter-grammars/tree-sitter-smali) (maintained by @amaanq) - [x] [smithy](https://github.com/indoorvivants/tree-sitter-smithy) (maintained by @amaanq, @keynmol) - [ ] [snakemake](https://github.com/osthomas/tree-sitter-snakemake) (experimental) - [x] [solidity](https://github.com/JoranHonig/tree-sitter-solidity) (maintained by @amaanq) -- [x] [soql](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber) -- [x] [sosl](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber) +- [x] [soql](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber, @xixiaofinland) +- [x] [sosl](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber, @xixiaofinland) - [x] [sourcepawn](https://github.com/nilshelmig/tree-sitter-sourcepawn) (maintained by @Sarrus1) - [x] [sparql](https://github.com/GordianDziwis/tree-sitter-sparql) (maintained by @GordianDziwis) - [x] [sql](https://github.com/derekstride/tree-sitter-sql) (maintained by @derekstride) |
