From af2c692711e0b6cd9931413f8749db047a1c9478 Mon Sep 17 00:00:00 2001 From: Matt Massicotte <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 17 Nov 2021 11:30:32 -0500 Subject: [PATCH] Add link to swift bindings package --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 6fb1541e..047da20e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,6 +22,7 @@ There are currently bindings that allow Tree-sitter to be used from the followin * [Python](https://github.com/tree-sitter/py-tree-sitter) * [Ruby](https://github.com/tree-sitter/ruby-tree-sitter) * [Rust](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_rust) +* [Swift](https://github.com/ChimeHQ/SwiftTreeSitter) ### Available Parsers