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|
 ...
% end

Is it possible to support this as well?

0

Hello Mike,

I've submitted a corresponding request for that on our tracker, so could you please add your vote there.

0

请先登录再写评论。