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
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
<%=ifEnum.count(@assets)>1do%>
<%=forasset<-@assetsdo%>
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: