From 94b828f4fb8f6a39f3504c795e025f2898a43512 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:21:12 -0400 Subject: [PATCH] Update ref to swift parser --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6c576c96..b38efda3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,8 +62,9 @@ Parsers for these languages are fairly complete: * [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) +* [Swift](https://github.com/alex-pinkus/tree-sitter-swift) +* [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl) * [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) @@ -91,7 +92,6 @@ Parsers for these languages are in development: * [Protocol Buffers](https://github.com/mitchellh/tree-sitter-proto) * [Scala](https://github.com/tree-sitter/tree-sitter-scala) * [Sourcepawn](https://github.com/nilshelmig/tree-sitter-sourcepawn) -* [Swift](https://github.com/tree-sitter/tree-sitter-swift) * [SQL](https://github.com/m-novikov/tree-sitter-sql)