mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.4 KiB
55 lines
1.4 KiB
<?xml version="1.0"?> |
|
<SyntaxDefinition name="XmlDoc" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008"> |
|
<Color name="XmlString" foreground="Silver" fontWeight="bold" /> |
|
<Color name="DocComment" foreground="Gray" /> |
|
<Color name="XmlPunctuation" fontWeight="bold" /> |
|
<Color name="KnownDocTags" fontWeight="bold" /> |
|
|
|
<RuleSet name="DocCommentSet"> |
|
<Span color="DocComment"> |
|
<Begin><</Begin> |
|
<End>></End> |
|
<RuleSet> |
|
<Span color="XmlString"> |
|
<Begin>"</Begin> |
|
<End>"</End> |
|
</Span> |
|
<Keywords color="XmlPunctuation"> |
|
<Word>/</Word> |
|
<Word>|</Word> |
|
<Word>=</Word> |
|
</Keywords> |
|
<Keywords color="KnownDocTags"> |
|
<Word>c</Word> |
|
<Word>code</Word> |
|
<Word>example</Word> |
|
<Word>exception</Word> |
|
<Word>list</Word> |
|
<Word>para</Word> |
|
<Word>param</Word> |
|
<Word>paramref</Word> |
|
<Word>permission</Word> |
|
<Word>remarks</Word> |
|
<Word>returns</Word> |
|
<Word>see</Word> |
|
<Word>seealso</Word> |
|
<Word>summary</Word> |
|
<Word>value</Word> |
|
|
|
<Word>type</Word> |
|
<Word>name</Word> |
|
<Word>cref</Word> |
|
<Word>item</Word> |
|
<Word>term</Word> |
|
<Word>description</Word> |
|
<Word>listheader</Word> |
|
</Keywords> |
|
</RuleSet> |
|
</Span> |
|
</RuleSet> |
|
|
|
<!-- root ruleset = DocCommentSet --> |
|
<RuleSet> |
|
<Import ruleSet="DocCommentSet" /> |
|
</RuleSet> |
|
</SyntaxDefinition> |