zed-extensions / svelte

Svelte support
Apache License 2.0
17 stars 1 forks source link

Emmet in CSS / SCSS #4

Open saminton opened 3 months ago

saminton commented 3 months ago

With the Emmet extension installed Emmet snippets are working fine in the HTML part of the code but it doesn't appear to be working for CSS or SCSS within the style tag

AlbertMarashi commented 2 months ago

@saminton could you elaborate?

saminton commented 2 months ago

Sorry upon rereading I realise I wasn't very clear. Within a .svelte file the Emmet HTML "snippets" are working as expected as shown here.

Screenshot 2024-09-11 at 14 44 10

But within the <style> tag they are not

Screenshot 2024-09-11 at 14 45 44 Screenshot 2024-09-11 at 14 45 52

The expected behaviour : it should be showing the same "snippets" as within a CSS file like so

Screenshot 2024-09-11 at 14 46 16

AlbertMarashi commented 2 months ago

I see. I'm not sure as I'm not using emmet extension. Does it work in the HTML?

saminton commented 2 months ago

It currently works in .html and .css files (and obviously partially in .svelte files) I haven't tried anything else so far