Hacker News new | ask | show | jobs
by adamzapasnik 1974 days ago
That's cool. There are a few of them already, what makes this one different?

Gonna share a link to my Elixir related project (formatter for .html.l?eex files) that readers will probably find useful. https://github.com/adamzapasnik/prettier-plugin-eex

1 comments

Nice! does it work with .leex files for LiveView, or templates inside a LiveView .ex module? That's the biggest small issue I'm running into day to day.
It should work with .leex files. About the .ex files, I would be surprised if it worked. I do have it in mind, though. Actually, gonna add Issue to repo, so I wouldn't forget :)