lsdsjy / prettier-plugin-stylus

Prettier plugin for Stylus.
17 stars 2 forks source link

Support formatting <style lang="stylus"> in .astro file #9

Open elliot-zzh opened 1 year ago

elliot-zzh commented 1 year ago

I want that <style lang="stylus">..</style> can also be formatted.

By the way, in Vue SFC formatting Stylus is supported, so is supporting formatting Stylus in Astro SFC easy? Or it is actually not since Astro SFC is not originally supported by Prettier?

lsdsjy commented 1 year ago

Hi, I'm looking into this but there is a blocking issue here https://github.com/withastro/prettier-plugin-astro/issues/323, we'll see how to do after that issue get resolved.

silveltman commented 7 months ago

+1, would be awesome!

Any progress on this?