feat: add starlark

This commit is contained in:
Amaan Qureshi 2023-02-18 15:00:37 -05:00 committed by Stephan Seitz
parent 83e2e22d9e
commit 1641c4f3b4
8 changed files with 459 additions and 0 deletions

View file

@ -304,6 +304,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [solidity](https://github.com/YongJieYongJie/tree-sitter-solidity) (maintained by @YongJieYongJie)
- [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] [starlark](https://github.com/amaanq/tree-sitter-starlark) (maintained by @amaanq)
- [x] [supercollider](https://github.com/madskjeldgaard/tree-sitter-supercollider) (maintained by @madskjeldgaard)
- [x] [surface](https://github.com/connorlay/tree-sitter-surface) (maintained by @connorlay)
- [x] [svelte](https://github.com/Himujjal/tree-sitter-svelte) (maintained by @elianiva)