Menu

Support for Rails files -mix of html and ruby

2008-01-19
2012-11-13
  • Greg Lorriman

    Greg Lorriman - 2008-01-19

    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

     
    • Nobody/Anonymous

      Strongly support this