SCRIPT RUNAT="SERVER"

Discuss syntax highlighting or submit new syntax files.
Post Reply
nicebag
Posts: 7
Joined: 29 Oct 2007 10:19

SCRIPT RUNAT="SERVER"

Post 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?
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Post 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.
Post Reply