Replies: 1 comment 2 replies
-
You should be able to clone the zed repo and then open your Extensions panel (cmd-shift-x) and then click "Install Dev Extension" and point it at the extensions/emmet subdirectory of the repo you checked out. Note you'll need to install (most) of the pre-reqs for building Zed in order to develop extensions. Instructions are here: Docs: Developing Zed. Once you have successfully installed the unchanged version of the Emmet extension you should be able to edit the extension.toml to add the desired languages: https://github.com/zed-industries/zed/blob/main/extensions/emmet/extension.toml#L9-L20 Then you can just click "Rebuild Extension" under the extension panel and it will rebuild/reinstall with your changes. More info Zed Docs: Developing Extensions. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was trying to enable Emmet in laravel blade files but it seems that it's not possible unless Blade is added to Emmet's languages array in the config file.
Kindly advise on how to fix this.
Beta Was this translation helpful? Give feedback.
All reactions