From 225e15cb9fa7dcc369e40d240dcf432235e4ea23 Mon Sep 17 00:00:00 2001 From: Himujjal Upadhyaya Date: Wed, 24 Feb 2021 23:05:42 +0530 Subject: [PATCH] Updated docs for tree-sitter-svelte (#936) * updated docs & tests for tree-sitter-svelte * added svelte to official docs * final commit before adding svelte to the docs --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index d5c0965b..453ae7e7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,6 +48,7 @@ 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) * [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl) +* [Svelte](https://github.com/Himujjal/tree-sitter-svelte) * [TOML](https://github.com/ikatyang/tree-sitter-toml) * [TypeScript](https://github.com/tree-sitter/tree-sitter-typescript) * [Verilog](https://github.com/tree-sitter/tree-sitter-verilog)