SublimeText / Astro

Astro syntax for Sublime Text
https://packagecontrol.io/packages/Astro
MIT License
7 stars 1 forks source link

Emmet does not work on files with .astro extension #9

Closed Eliezer516 closed 5 months ago

Eliezer516 commented 5 months ago

I need help with this, I installed the plugin but for some reason emmet does not work within the files.

When trying to create a div or any other tag, emmet does not "capture" said tag, I have to manually open and close all the tags I want to use.

I want to solve this, I really like Astro but working this way makes my performance very slow.

deathaxe commented 5 months ago

Astro files use source.astro main scope.

That's probably something which needs to be configured handled in Emmet.

The emmet author may be able to provide support.