Skip to content

Commit

Permalink
docs(cargo.toml): add comment with links to related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jul 8, 2023
1 parent 09f51b2 commit 1bfd7bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.99"
serde_yaml = "0.9.22"
tree-sitter = "0.20.10"
tree-sitter-php = { git = "https://github.com/amaanq/tree-sitter-php", branch = "fix-conflicts" }
tree-sitter-bash = { git = "https://github.com/tree-sitter/tree-sitter-bash" }
tree-sitter-lua = { git = "https://github.com/Azganoth/tree-sitter-lua" }
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby" }
Expand All @@ -26,3 +25,8 @@ tree-sitter-python = { git = "https://github.com/tree-sitter/tree-sitter-python"
tree-sitter-c = { git = "https://github.com/tree-sitter/tree-sitter-c" }
tree-sitter-cpp = { git = "https://github.com/tree-sitter/tree-sitter-cpp" }
tree-sitter-typescript = { git = "https://github.com/tree-sitter/tree-sitter-typescript" }

# Waiting for these to be merged:
# - https://github.com/tree-sitter/tree-sitter-php/pull/181
# - https://github.com/tree-sitter/tree-sitter-bash/pull/182
tree-sitter-php = { git = "https://github.com/amaanq/tree-sitter-php", branch = "fix-conflicts" }

0 comments on commit 1bfd7bf

Please sign in to comment.