Skip to content

Commit f29a26e

Browse files
committed
Updated tree-sitter-swift to official repo
1 parent 9f636aa commit f29a26e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
.package(url: "https://github.com/lukepistrol/tree-sitter-python.git", branch: "feature/spm"),
3333
.package(url: "https://github.com/mattmassicotte/tree-sitter-ruby.git", branch: "feature/swift"),
3434
.package(url: "https://github.com/tree-sitter/tree-sitter-rust.git", branch: "master"),
35-
.package(url: "https://github.com/mattmassicotte/tree-sitter-swift.git", branch: "feature/spm"),
35+
.package(url: "https://github.com/alex-pinkus/tree-sitter-swift", branch: "with-generated-files"),
3636
.package(url: "https://github.com/mattmassicotte/tree-sitter-yaml.git", branch: "feature/spm"),
3737
],
3838
targets: [

0 commit comments

Comments
 (0)