18 lines
660 B
XML
18 lines
660 B
XML
<?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" ignorecase = "false">
|
|
<Span name = "COMMENT" bold = "false" italic = "false" color = "Green" bgcolor = "#F7F2E3" stopateol = "true">
|
|
<Begin>//</Begin>
|
|
</Span>
|
|
</RuleSet>
|
|
</RuleSets>
|
|
</SyntaxDefinition>
|