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:
parent
96a02dec7a
commit
dfad36f668
4 changed files with 6 additions and 5 deletions
|
@ -251,7 +251,7 @@ pub fn init(
|
|||
);
|
||||
language(
|
||||
"php",
|
||||
tree_sitter_php::language(),
|
||||
tree_sitter_php::language_php(),
|
||||
vec![
|
||||
Arc::new(php::IntelephenseLspAdapter::new(node_runtime.clone())),
|
||||
Arc::new(tailwind::TailwindLspAdapter::new(node_runtime.clone())),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue