Line | |
---|
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="<% System.Console.WriteLine("Hello World!"); %>" /> |
---|
5 | <Color name="ASPSection" foreground="Black" background="#FFF7F2E3" exampleText="<% System.Console.WriteLine("Hello World!"); %>" /> |
---|
6 | <RuleSet ignoreCase="true"> |
---|
7 | <Span ruleSet="ASP" multiline="true"> |
---|
8 | <Begin color="ASPSectionStartEndTags"><%</Begin> |
---|
9 | <End color="ASPSectionStartEndTags">%></End> |
---|
10 | </Span> |
---|
11 | <Import ruleSet="HTML/" /> |
---|
12 | </RuleSet> |
---|
13 | <RuleSet name="ASP"> |
---|
14 | <Import ruleSet="C#/" /> |
---|
15 | </RuleSet> |
---|
16 | </SyntaxDefinition> |
---|
Note: See
TracBrowser
for help on using the repository browser.