Merge pull request #834 from ostera/patch-1
Add Erlang and S-exp to available parser list
This commit is contained in:
commit
b11e4ff1dd
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue