Hello,
I’m new to coding and just installed sublime text, however it doesn’t seem to recognize the tags for ruby: <% %> thus the app doesn’t understand that it is ruby.
example:
<%= form_for @post do |f| %>
[…]
<% end%>
sublime doesnt recognize the tags and the @post demand
I am using rails 5.0.1 and ruby 2.2.4
Any help would be very appreciated!