Page 1 of 1

SCRIPT RUNAT="SERVER"

Posted: 20 Nov 2008 11:38
by nicebag
Currently RJ recognize SCRIPT RUNAT="SERVER" as Javascript instead of ASP.NET, is it possible to change that setting or to implement this in new version?

Posted: 20 Nov 2008 16:05
by Rickard Johansson
Should already work if you use the ASPX highlighter. The ASPX highlighter should be used if the file extension is .aspx. You can add more extensions if you need to. You can also change the highlighter manually in the toolbar.

The default source language is set to C#. You can change this in options. I'll add support for

Code: Select all

<script runat="server" language="VB">
though.