Hi all, I am an avid user of Scite for Ruby editing. One of the first editors that called my attention was Kate, which has a good syntax highlighting. Then I switched completely over to Scite, once Kaspar Schiess provided an extended Ruby syntax highlighting for Scite (it colors almost everything). Now that Rails has provided such a nice environment for site development, I wish I had HTML + Ruby syntax coloring for Scite. I know there is VIM, Emacs, etc, but I like Scite the most. I tried to add the support myself, but it's too complex for me. Maybe someone else better at C can take a look at it: Scite - http://www.scintilla.org/SciTE.html Kaspar Schiess' extended syntax highlighting - http://www.tua.ch/ruby/pastprojects.html Rails - http://www.rubyonrails.org How does Ruby look to me? - http://sinsalabintrix.blogspot.com/2004/09/example-code-improved_29.html Follows a little ERuby or ERB or RHTML script: --------------------<-- cut ------------<----------------- <html> <body> <h1>Friends#display</h1> <p>This page will display one friend</p> <p> <%= @person.name %><br /> <%= @person.street1 %><br /> <%= @person.street2 %><br /> <%= @person.city %><br /> <%= @person.state %><br /> <%= @person.zip %><br /> </p> <p> <% for phone in @person.phones %> <%= phone.phone %><br /> <% end %> </p> List Delete </body> </html> --------------------<-- cut ------------<----------------- I hope someone can color "my life" a little bit, and I'm sure there are more people that will be happy with it as well. P.S. I am CCing this to the mailing list of Scite. Thanks! Cheers, Joao