Skip to content

Commit 387eea0

Browse files
committed
Use official repository for tree-sitter-zig
1 parent 44bf6ad commit 387eea0

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/tree-sitter/tree-sitter-rust.git", branch: "master"),
3333
.package(url: "https://github.com/alex-pinkus/tree-sitter-swift", branch: "with-generated-files"),
3434
.package(url: "https://github.com/mattmassicotte/tree-sitter-yaml.git", branch: "feature/spm"),
35-
.package(url: "https://github.com/Prince213/tree-sitter-zig.git", branch: "feature/spm"),
35+
.package(url: "https://github.com/maxxnino/tree-sitter-zig.git", branch: "main"),
3636
],
3737
targets: [
3838
.target(

0 commit comments

Comments
 (0)