You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phoenix is a web framework in Elixir which uses some special server-side HTML tags.
Right now, the result is pretty good. I think the only missing thing is adding an indent level when there's a do %> and removing one when there's an <% end %>. These special tags can be opened by either <%= or <%.
There's a large demand for this feature spanning many projects :
Description
Phoenix is a web framework in Elixir which uses some special server-side HTML tags.
Right now, the result is pretty good. I think the only missing thing is adding an indent level when there's a
do %>
and removing one when there's an<% end %>
. These special tags can be opened by either<%=
or<%
.There's a large demand for this feature spanning many projects :
.html.heex
#1964.html.heex
prettier/prettier#12269Input
With this new feature, when I give like this input:
Expected Output
I'd like to see this output:
Environment
OS: Pop!_OS 21.04 x86_64
The text was updated successfully, but these errors were encountered: