nebulab / erb-formatter

Format ERB files with speed and precision
MIT License
135 stars 22 forks source link

Integrate erb-formatter as a Prettier plugin #30

Open ghost opened 11 months ago

ghost commented 11 months ago

It would be great if erb-formatter were a Prettier plugin @prettier/plugin-erb. This would free you from having to maintain the Ruby ERB::Formatter VS Code plugin and free users from installing extra tools.

@prettier/plugin-ruby is also Syntax Tree based and could be used as a template for how to do the integration.

Also see the Developing Plugins section of the Prettier docs.

Thank you for this amazing tool!

elia commented 10 months ago

Thanks @alan-pie! That sounds great, I marked the issue with the help wanted label in case anyone wants to give it a crack 👍