C# Class Highlight.Patterns.MarkupPattern

Inheritance: Pattern
Mostra file Open project: thomasjo/highlight Class Usage Examples

Public Methods

Method Description
GetRegexPattern ( ) : string
MarkupPattern ( string name, Style style, bool highlightAttributes, ColorPair bracketColors, ColorPair attributeNameColors, ColorPair attributeValueColors )

Method Details

GetRegexPattern() public method

public GetRegexPattern ( ) : string
return string

MarkupPattern() public method

public MarkupPattern ( string name, Style style, bool highlightAttributes, ColorPair bracketColors, ColorPair attributeNameColors, ColorPair attributeValueColors )
name string
style Style
highlightAttributes bool
bracketColors ColorPair
attributeNameColors ColorPair
attributeValueColors ColorPair