Closed
Description
Working theory is that the syntax highlighting for Elixir (.ex) files is not looking for the %
sign to determine a matching closing tag for embedded Elixir opening tags. This means a >
character would prematurely close the embedded tag while a <
character would appear to open a tag within a tag.
Actual
Expected
<%= if Enum.count(@assets) > 1 do %>
<%= for asset <- @assets do %>
Metadata
Metadata
Assignees
Labels
No labels