Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.11/HeuristicLab.ExtLibs/HeuristicLab.AvalonEdit/5.0.1/AvalonEdit-5.0.1/Highlighting/Resources/ASPX.xshd @ 13398

Last change on this file since 13398 was 11700, checked in by jkarder, 9 years ago

#2077: created branch and added first version

File size: 857 bytes
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="&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>
Note: See TracBrowser for help on using the repository browser.