|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<Color name="ASPSectionStartEndTags" foreground="Black" background="Yellow" exampleText="<% System.Console.WriteLine("Hello World!"); %>" /> |
|
|
|
<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!"); %>" /> |
|
|
|
<Color name="ASPSection" foreground="Black" background="#FFF7F2E3" exampleText="<% System.Console.WriteLine("Hello World!"); %>" /> |
|
|
|
<RuleSet ignoreCase="true"> |
|
|
|
<RuleSet ignoreCase="true"> |
|
|
|
<Span color="ASPSection" ruleSet="ASP" multiline="true"> |
|
|
|
<Span ruleSet="ASP" multiline="true"> |
|
|
|
<Begin color="ASPSectionStartEndTags"><%</Begin> |
|
|
|
<Begin color="ASPSectionStartEndTags"><%</Begin> |
|
|
|
<End color="ASPSectionStartEndTags">%></End> |
|
|
|
<End color="ASPSectionStartEndTags">%></End> |
|
|
|
</Span> |
|
|
|
</Span> |
|
|
|
|