When using HTML (Rails) syntax highlighting, everything after a / @ inside an ERB tag will become yellow.
Using the code below as an example, the / @x %> <% end %> code segment below will be displayed in yellow.
<%= content_tag(:div) do %>
<%= y / @x %>
<% end %>