Add emmet-language-server support (#9910)
Note that I want to move this into an extension before merging. Fixes: #4992 Release Notes: - Added Emmet snippets support
This commit is contained in:
parent
ccb2d02ce0
commit
0ddec2753a
7 changed files with 132 additions and 0 deletions
16
extensions/emmet/Cargo.toml
Normal file
16
extensions/emmet/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "zed_emmet"
|
||||
version = "0.0.1"
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue