Upgrade tree-sitter-php to v0.21.1 (#6902)

This PR upgrades `tree-sitter-php` to v0.21.1.

Here is the diff between our current version and this version:
d43130fd15...29a49d3a53

The primary impetus for this change is to get this change that adds the
`license` field to the `Cargo.toml`:
https://github.com/tree-sitter/tree-sitter-php/pull/193

This will silence the warning that is shown when running
`script/generate-licenses`.

Release Notes:

- Upgraded `tree-sitter-php` to v0.21.1.
This commit is contained in:
Marshall Bowers 2024-01-27 17:43:39 -05:00 committed by GitHub
parent 96a02dec7a
commit dfad36f668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -1546,7 +1546,7 @@ fn php_lang() -> Arc<Language> {
collapsed_placeholder: "/* ... */".into(),
..Default::default()
},
Some(tree_sitter_php::language()),
Some(tree_sitter_php::language_php()),
)
.with_embedding_query(
r#"