This namespace contains a document model for syntax highlighting definitions (.xshd files).
| C# | Visual Basic | Visual C++ |
namespace ICSharpCode.AvalonEdit.Highlighting.Xshd
Namespace ICSharpCode.AvalonEdit.Highlighting.Xshd
namespace ICSharpCode.AvalonEdit.Highlighting.Xshd
| All Types | Classes | Structures | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| HighlightingLoader |
Static class with helper methods to load XSHD highlighting files.
| |
| IXshdVisitor |
A visitor over the XSHD element tree.
| |
| SaveXshdVisitor |
Xshd visitor implementation that saves an .xshd file as XML.
| |
| XshdColor |
A color in an Xshd file.
| |
| XshdElement |
An element in a XSHD rule set.
| |
| XshdImport |
<Import> element.
| |
| XshdKeywords |
A list of keywords.
| |
| XshdProperty |
A property in an Xshd file.
| |
| XshdReference<(Of <(<'T>)>)> |
A reference to an xshd color, or an inline xshd color.
| |
| XshdRegexType |
Specifies the type of the regex.
| |
| XshdRule |
<Rule> element.
| |
| XshdRuleSet |
A rule set in a XSHD file.
| |
| XshdSpan |
<Span> element.
| |
| XshdSyntaxDefinition |
A <SyntaxDefinition> element.
|