/AvalonEdit/ICSharpCode.AvalonEdit/Highlighting/Resources/ASPX.xshd

http://github.com/icsharpcode/ILSpy · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 85e2dcacc06013b961fefd66b52e0eb2 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <!-- converted to AvalonEdit format by Siegfried Pammer in 2010 -->
  3. <SyntaxDefinition name="ASP/XHTML" extensions=".asp;.aspx;.asax;.asmx;.ascx;.master" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
  4. <Color name="ASPSectionStartEndTags" foreground="Black" background="Yellow" exampleText="&lt;% System.Console.WriteLine(&quot;Hello World!&quot;); %&gt;" />
  5. <Color name="ASPSection" foreground="Black" background="#FFF7F2E3" exampleText="&lt;% System.Console.WriteLine(&quot;Hello World!&quot;); %&gt;" />
  6. <RuleSet ignoreCase="true">
  7. <Span ruleSet="ASP" multiline="true">
  8. <Begin color="ASPSectionStartEndTags">&lt;%</Begin>
  9. <End color="ASPSectionStartEndTags">%&gt;</End>
  10. </Span>
  11. <Import ruleSet="HTML/" />
  12. </RuleSet>
  13. <RuleSet name="ASP">
  14. <Import ruleSet="C#/" />
  15. </RuleSet>
  16. </SyntaxDefinition>