diff options
| author | Github Actions <actions@github> | 2023-09-17 17:00:36 +0000 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-09-17 19:16:00 +0200 |
| commit | 9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea (patch) | |
| tree | 75d14b02ca2e7194c78ffb115d159184035e125a | |
| parent | feat: add parsers and queries for apex, sosl, soql (#5396) (diff) | |
| download | nvim-treesitter-9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea.tar nvim-treesitter-9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea.tar.gz nvim-treesitter-9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea.tar.bz2 nvim-treesitter-9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea.tar.lz nvim-treesitter-9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea.tar.xz nvim-treesitter-9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea.tar.zst nvim-treesitter-9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea.zip | |
Update README
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -175,6 +175,7 @@ We are looking for maintainers to add more parsers and to write query files for <!--parserinfo--> - [x] [ada](https://github.com/briot/tree-sitter-ada) (maintained by @briot) - [x] [agda](https://github.com/AusCyberman/tree-sitter-agda) (maintained by @Decodetalkers) +- [x] [apex](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber) - [x] [arduino](https://github.com/ObserverOfTime/tree-sitter-arduino) (maintained by @ObserverOfTime) - [x] [astro](https://github.com/virchau13/tree-sitter-astro) (maintained by @virchau13) - [ ] [awk](https://github.com/Beaglefoot/tree-sitter-awk) @@ -348,6 +349,8 @@ We are looking for maintainers to add more parsers and to write query files for - [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] [sparql](https://github.com/BonaBeavis/tree-sitter-sparql) (maintained by @BonaBeavis) - [x] [sql](https://github.com/derekstride/tree-sitter-sql) (maintained by @derekstride) - [x] [squirrel](https://github.com/amaanq/tree-sitter-squirrel) (maintained by @amaanq) |
