Skip to content

Commit

Permalink
Changed swift parser for polyglot to manually created parser on forke…
Browse files Browse the repository at this point in the history
…d branch
  • Loading branch information
Satyam1749 committed Feb 16, 2023
1 parent 3663a2c commit a75bfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde_json = "1.0.82"
# TODO: Update after https://github.com/fwcd/tree-sitter-kotlin/pull/71 lands
tree-sitter-kotlin = { git = "https://github.com/ketkarameya/tree-sitter-kotlin.git", rev = "a87ddd003368e068563f1cc478a1b2a3f9d73b60" }
tree-sitter-java = "0.20.0"
tree-sitter-swift = "0.3.4"
tree-sitter-swift = { git = "https://github.com/satyam1749/tree-sitter-swift.git", rev = "362e3eae65433b66af4455047c9190cf54f482e3" }
tree-sitter-python = "0.20.2"
tree-sitter-typescript = "0.20.1"
# TODO: Update after https://github.com/tree-sitter/tree-sitter-go/pull/103 lands
Expand Down

0 comments on commit a75bfc1

Please sign in to comment.