Support one line(%) code in erb templates
已回答
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?
请先登录再写评论。
Hello Mike,
I've submitted a corresponding request for that on our tracker, so could you please add your vote there.