From f96612c7cdd6f3775e5fecca4180cb5dc824f5dc Mon Sep 17 00:00:00 2001 From: BonaBeavis Date: Wed, 17 Mar 2021 23:11:11 +0100 Subject: [PATCH] sparql and turtle parsers are stable --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index e3b6f6e8..dc6fad5f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,9 +48,11 @@ Parsers for these languages are fairly complete: * [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) +* [SPARQL](https://github.com/BonaBeavis/tree-sitter-sparql) * [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl) * [Svelte](https://github.com/Himujjal/tree-sitter-svelte) * [TOML](https://github.com/ikatyang/tree-sitter-toml) +* [Turtle](https://github.com/BonaBeavis/tree-sitter-turtle) * [TypeScript](https://github.com/tree-sitter/tree-sitter-typescript) * [Verilog](https://github.com/tree-sitter/tree-sitter-verilog) * [VHDL](https://github.com/alemuller/tree-sitter-vhdl) @@ -67,9 +69,8 @@ Parsers for these languages are in development: * [Nix](https://github.com/cstrahan/tree-sitter-nix) * [Scala](https://github.com/tree-sitter/tree-sitter-scala) * [Sourcepawn](https://github.com/nilshelmig/tree-sitter-sourcepawn) -* [SPARQL](https://github.com/BonaBeavis/tree-sitter-sparql) * [Swift](https://github.com/tree-sitter/tree-sitter-swift) -* [Turtle](https://github.com/BonaBeavis/tree-sitter-turtle) + ### Talks on Tree-sitter