I was wondering if support for rhtml files is planned?
It is a mix of html and ruby, rather like php. It is basically html, and one embeds ruby with opening with <% or <%= and <%=h, and then closing with %> or -%>. The only restriction I know of is that if you start a comment (with #) one must close on the next line.
I believe it is as simple as that.
All us Ruby on Rails developers would be very grateful. I use notepad++ even despite the lack of syntax highlighting.
thanks,
Greg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi folks,
I was wondering if support for rhtml files is planned?
It is a mix of html and ruby, rather like php. It is basically html, and one embeds ruby with opening with <% or <%= and <%=h, and then closing with %> or -%>. The only restriction I know of is that if you start a comment (with #) one must close on the next line.
I believe it is as simple as that.
All us Ruby on Rails developers would be very grateful. I use notepad++ even despite the lack of syntax highlighting.
thanks,
Greg
Strongly support this