forked from PavelTorgashov/FastColoredTextBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtmlDesc.xml
18 lines (15 loc) · 835 Bytes
/
htmlDesc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<doc>
<brackets left="<" right=">" />
<style name="Maroon" color="Maroon" fontStyle="Bold,Italic" />
<style name="Blue" color="Blue"/>
<style name="Red" color="Red" backColor="#f5f5e5" />
<style name="Green" color="Green" />
<rule style="Green" options="Singleline">(<!--.*?-->)|(<!--.*)</rule>
<rule style="Green" options="Singleline,RightToLeft">(<!--.*?-->)|(.*-->)</rule>
<rule style="Blue"><|/>|</|></rule>
<rule style="Blue"><|/>|</|></rule>
<rule style="Maroon"><(?<range>[!\w\d]+)</rule>
<rule style="Maroon"></(?<range>[\w\d]+)></rule>
<rule style="Red" options="Multiline">(?<range>\S+?)='[^']*'|(?<range>\S+)="[^"]*"|(?<range>\S+)=\S+</rule>
<folding start="<div" finish="</div>" options="IgnoreCase"/>
</doc>