/AvalonEdit/ICSharpCode.AvalonEdit/Highlighting/Resources/XmlDoc.xshd

http://github.com/icsharpcode/ILSpy · Unknown · 57 lines · 54 code · 3 blank · 0 comment · 0 complexity · 14f901b020d992d329d4aadecf5fc507 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <SyntaxDefinition name="XmlDoc" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
  3. <Color name="XmlString" foreground="Silver" fontWeight="bold" exampleText="${DocCommentMarker} &lt;exception cref=&quot;System.Exception&quot; /&gt;" />
  4. <Color name="DocComment" foreground="Gray" exampleText="${DocCommentMarker} &lt;exception cref=&quot;System.Exception&quot; /&gt;" />
  5. <Color name="XmlPunctuation" fontWeight="bold" exampleText="${DocCommentMarker} &lt;exception cref=&quot;System.Exception&quot; /&gt;" />
  6. <Color name="KnownDocTags" fontWeight="bold" exampleText="${DocCommentMarker} &lt;exception cref=&quot;System.Exception&quot; /&gt;" />
  7. <RuleSet name="DocCommentSet">
  8. <Span color="DocComment">
  9. <Begin>&lt;</Begin>
  10. <End>&gt;</End>
  11. <RuleSet>
  12. <Span color="XmlString">
  13. <Begin>"</Begin>
  14. <End>"</End>
  15. </Span>
  16. <Keywords color="XmlPunctuation">
  17. <Word>/</Word>
  18. <Word>|</Word>
  19. <Word>=</Word>
  20. </Keywords>
  21. <Keywords color="KnownDocTags">
  22. <Word>c</Word>
  23. <Word>code</Word>
  24. <Word>example</Word>
  25. <Word>exception</Word>
  26. <Word>list</Word>
  27. <Word>para</Word>
  28. <Word>param</Word>
  29. <Word>paramref</Word>
  30. <Word>permission</Word>
  31. <Word>remarks</Word>
  32. <Word>returns</Word>
  33. <Word>see</Word>
  34. <Word>seealso</Word>
  35. <Word>summary</Word>
  36. <Word>value</Word>
  37. <Word>type</Word>
  38. <Word>name</Word>
  39. <Word>cref</Word>
  40. <Word>item</Word>
  41. <Word>term</Word>
  42. <Word>description</Word>
  43. <Word>listheader</Word>
  44. <Word>typeparam</Word>
  45. <Word>typeparamref</Word>
  46. </Keywords>
  47. </RuleSet>
  48. </Span>
  49. </RuleSet>
  50. <!-- root ruleset = DocCommentSet -->
  51. <RuleSet>
  52. <Import ruleSet="DocCommentSet" />
  53. </RuleSet>
  54. </SyntaxDefinition>