Adam Zapaśnik
Adam Zapaśnik
hey @elliottneilclark Thanks for submitting the issue. Yes, the problem is related to the new prettier version. For now you have to keep 2.2.x. Sorry for the trouble.
Hey @mkhennoussi thanks for the feedback! Happy that it has worked for you successfully. FYI There is a bug related to leex files https://github.com/adamzapasnik/prettier-plugin-eex/issues/6 But I intend to fix it...
hey @benvp :) thanks for the kind words. I have a wip branch for this feature, I've been stuck on making it work with `mix format`, but after that is...
I've tought about it and I think the simplest solution would be to add a new parser/priner for .ex files, we could call `textToDoc` with `{parser: 'eex'}` on necessary block...
hey @mkhennoussi thanks for the idea! I created a separate issue for that https://github.com/adamzapasnik/prettier-plugin-eex/issues/33
Good catch. I haven't done it on purpose as I planned to deal with it later. Will fix it over the weekend.
added in a newly released v0.2.0
hey again @evenreven that's also a bug, and thanks for reporting this one too :+1:
should be fixed in a newly released v0.2.0
I have located the problem, will fix it tomorrow hopefully. Thanks guys for reporting.