美化不会突出显示asp.net标签

时间:2011-08-13 16:59:00

标签: asp.net syntax-highlighting prettify

我使用google-code-prettify作为我的语法高亮显示,但我有一个asp.net标签的问题,美化不能识别它,所以这样的代码:

<asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
     <ContentTemplate>
       <asp:Button ID="SubmitButton" 
                   runat="server" 
                   Text="partial postback" 
                   onclick="SubmitButton_Click" />

      <a href="#" id="clientClick"><span>jQuery</span></a>
     </ContentTemplate>
    </asp:UpdatePanel>

被忽略。我注意到stackoverflow也在使用美化。所以我想知道他们是怎么做到的?

1 个答案:

答案 0 :(得分:1)

在这里为作者做好准备。如果你有一个演示问题的代码示例,请在http://code.google.com/p/google-code-prettify/issues/entry提交一个错误,我会调查它。