emmet: Fix expansion for HEEx and H sigil files (#32208)

Closes #14149

Release Notes:

- Added support for the Emmet LSP in Elixir heex files
This commit is contained in:
Conrad Taylor 2025-06-30 09:45:10 -07:00 committed by GitHub
parent ce164f5e65
commit 7c4da37322
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View file

@ -20086,7 +20086,7 @@ dependencies = [
[[package]]
name = "zed_emmet"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"zed_extension_api 0.1.0",
]