mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-30 11:54:03 +00:00
This PR extends the PHP extension with [Phpactor](https://github.com/phpactor/phpactor) support. Phpactor seems to provide a better feature set out-of-the-box for free, so it has been made the default PHP language server. Thank you to @xtrasmal for informing us of Phpactor's existence! Release Notes: - N/A
5 lines
79 B
Rust
5 lines
79 B
Rust
mod intelephense;
|
|
mod phpactor;
|
|
|
|
pub use intelephense::*;
|
|
pub use phpactor::*;
|