mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
2d21f6debf
This PR bumps the Emmet extension to v0.0.2. This version of the Emmet extension adds Emmet support for PHP and ERB files. Release Notes: - N/A
17 lines
226 B
TOML
17 lines
226 B
TOML
[package]
|
|
name = "zed_emmet"
|
|
version = "0.0.2"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/emmet.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.4"
|