Support one line(%) code in erb templates
Answered
Currently, syntax highlighting is working only for ruby code inside <% %> or <%= %>.
<% type.fields&.each do |field| %>
...
<% end %>But not working for
% type.fields&.each do |field|
...
% endIs it possible to support this as well?
Please sign in to leave a comment.
Hello Mike,
I've submitted a corresponding request for that on our tracker, so could you please add your vote there.