ZIm/crates/extension/src
Marshall Bowers e252f90e30
Extract PHP support into an extension (#9966)
This PR extracts PHP support into an extension and removes the built-in
PHP support from Zed.

There's a small workaround necessary in order for us to provide the
`language_ids` on the `LspAdapter` that are needed for the language
server to run properly. Eventually we'll want to build this into the
extension API, but for now we're just hard-coding it on the host side.

Release Notes:

- Removed built-in support for PHP, in favor of making it available as
an extension. The PHP extension will be suggested for download when you
open a `.php` file.
2024-03-29 14:51:54 -04:00
..
wasm_host Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
extension_builder.rs Add support for building a Tree-sitter grammar at a given path (#9965) 2024-03-29 14:30:10 -04:00
extension_json_schemas.rs Add binary for exporting JSON schemas for validating extensions (#7639) 2024-02-09 18:50:41 -05:00
extension_lsp_adapter.rs Extract PHP support into an extension (#9966) 2024-03-29 14:51:54 -04:00
extension_manifest.rs Add support for building a Tree-sitter grammar at a given path (#9965) 2024-03-29 14:30:10 -04:00
extension_settings.rs Add auto-update system for extensions (#9890) 2024-03-28 15:41:22 -04:00
extension_store.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
extension_store_test.rs Add auto-update system for extensions (#9890) 2024-03-28 15:41:22 -04:00
wasm_host.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00