VS Code formatter for .html.leex and .html.eex files?

Nice, it worked quite OK for the couple files that I have thrown at it. It does not handle embedded markup in Liveviews, like:

  def render(assigns) do
    ~L"""
    <div class="container">
      <h3>Counter for <%= @current %> </h3>
    </div>
    """
  end

I can image that this would be tricky to support, though.

Thanks for posting it, it was completely under my radar!