Merge pull request #834 from ostera/patch-1

Add Erlang and S-exp to available parser list
This commit is contained in:
Max Brunsfeld 2021-03-11 09:28:33 -08:00 committed by GitHub
commit b11e4ff1dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ Parsers for these languages are fairly complete:
* [Ruby](https://github.com/tree-sitter/tree-sitter-ruby)
* [Rust](https://github.com/tree-sitter/tree-sitter-rust)
* [R](https://github.com/r-lib/tree-sitter-r)
* [S-expressions](https://github.com/AbstractMachinesLab/tree-sitter-sexp)
* [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl)
* [Svelte](https://github.com/Himujjal/tree-sitter-svelte)
* [TOML](https://github.com/ikatyang/tree-sitter-toml)
@ -60,6 +61,7 @@ Parsers for these languages are fairly complete:
Parsers for these languages are in development:
* [Agda](https://github.com/tree-sitter/tree-sitter-agda)
* [Erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang/)
* [Haskell](https://github.com/tree-sitter/tree-sitter-haskell)
* [Julia](https://github.com/tree-sitter/tree-sitter-julia)
* [Nix](https://github.com/cstrahan/tree-sitter-nix)