1 changed files with 14 additions and 11 deletions
@ -1,13 +1,16 @@
@@ -1,13 +1,16 @@
|
||||
<?xml version="1.0"?> |
||||
<SyntaxDefinition name = "ASP/XHTML" extensions = ".asp;.aspx;.asax;.asmx" extends = "HTML"> |
||||
<RuleSets> |
||||
<RuleSet ignorecase = "true"> |
||||
<Span name = "ASPCode" rule = "ASP" bold = "false" italic = "false" color = "Black" bgcolor = "#F7F2E3" stopateol = "false"> |
||||
<Begin color="Black" bgcolor="Yellow"><%</Begin> |
||||
<End color="Black" bgcolor="Yellow">%></End> |
||||
</Span> |
||||
</RuleSet> |
||||
|
||||
<RuleSet name="ASP" reference="C#" /> |
||||
</RuleSets> |
||||
<!-- converted to AvalonEdit format by Siegfried Pammer in 2010 --> |
||||
<SyntaxDefinition name="ASP/XHTML" extensions=".asp;.aspx;.asax;.asmx" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008"> |
||||
<Color name="ASPSectionStartEndTags" foreground="Black" background="Yellow" exampleText="<% System.Console.WriteLine("Hello World!"); %>" /> |
||||
<Color name="ASPSection" foreground="Black" background="#FFF7F2E3" exampleText="<% System.Console.WriteLine("Hello World!"); %>" /> |
||||
<RuleSet ignoreCase="true"> |
||||
<Span color="ASPSection" ruleSet="ASP" multiline="true"> |
||||
<Begin color="ASPSectionStartEndTags"><%</Begin> |
||||
<End color="ASPSectionStartEndTags">%></End> |
||||
</Span> |
||||
<Import ruleSet="HTML/" /> |
||||
</RuleSet> |
||||
<RuleSet name="ASP"> |
||||
<Import ruleSet="C#/" /> |
||||
</RuleSet> |
||||
</SyntaxDefinition> |
||||
|
||||
Loading…
Reference in new issue