Skip to content

Commit

Permalink
Merge pull request #69 from Prince213/main
Browse files Browse the repository at this point in the history
Use official repository for tree-sitter-zig
  • Loading branch information
austincondiff authored Oct 3, 2022
2 parents 44bf6ad + 387eea0 commit 832505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
.package(url: "https://github.com/tree-sitter/tree-sitter-rust.git", branch: "master"),
.package(url: "https://github.com/alex-pinkus/tree-sitter-swift", branch: "with-generated-files"),
.package(url: "https://github.com/mattmassicotte/tree-sitter-yaml.git", branch: "feature/spm"),
.package(url: "https://github.com/Prince213/tree-sitter-zig.git", branch: "feature/spm"),
.package(url: "https://github.com/maxxnino/tree-sitter-zig.git", branch: "main"),
],
targets: [
.target(
Expand Down

0 comments on commit 832505b

Please sign in to comment.