Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/core/Mono.Texteditor/SyntaxModes/XmlSyntaxMode.xml')
-rw-r--r--main/src/core/Mono.Texteditor/SyntaxModes/XmlSyntaxMode.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/main/src/core/Mono.Texteditor/SyntaxModes/XmlSyntaxMode.xml b/main/src/core/Mono.Texteditor/SyntaxModes/XmlSyntaxMode.xml
index 5b778909d5..ea169d2554 100644
--- a/main/src/core/Mono.Texteditor/SyntaxModes/XmlSyntaxMode.xml
+++ b/main/src/core/Mono.Texteditor/SyntaxModes/XmlSyntaxMode.xml
@@ -34,9 +34,8 @@
<End>--&gt;</End>
</Span>
- <Span color = "Xml Attribute" rule = "Comment">
- <Begin>&amp;</Begin>
-
+ <Span color = "Preprocessor" rule = "Comment">
+ <Begin>&amp;</Begin>
<End>;</End>
</Span>
@@ -62,14 +61,10 @@
</Span>
<Rule name = "Comment">
- <Span color = "Preprocessor">
- <Begin>&amp;</Begin>
- <End>;</End>
- </Span>
</Rule>
<Rule name = "InDocType" color = "Html Attribute Name" >
- <Span color = "Xml Attribute">
+ <Span color = "Preprocessor">
<Begin>&amp;</Begin>
<End>;</End>
</Span>
@@ -79,7 +74,7 @@
</Rule>
<Rule name = "InTag">
- <Span color = "Xml Attribute">
+ <Span color = "Preprocessor">
<Begin>&amp;</Begin>
<End>;</End>
</Span>
@@ -108,7 +103,7 @@
</Rule>
<Rule name = "InLiteral">
- <Span color = "Xml Attribute">
+ <Span color = "Preprocessor">
<Begin>&amp;</Begin>
<End>;</End>
</Span>