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