Name | Description | |
---|---|---|
![]() ![]() | CommentEndChars | An array of the comment end characters. |
![]() | m_TokenStartPos | Token start position. |
The following tables list the members exposed by NSyntaxHighlighter.
Name | Description | |
---|---|---|
![]() ![]() | CommentEndChars | An array of the comment end characters. |
![]() | m_TokenStartPos | Token start position. |
Name | Description | |
---|---|---|
![]() | CommentChar | The comment start character. |
![]() | InlineStyles | Determines whether the CSS styles should be inlined in "style" attributes or not. By default set to false. |
![]() | Keywords | The keywords to highlight. |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates a syntax highligher for the given programming language. |
![]() | Highlight | Overloaded. Analyzes the given source code stream, highlights its syntax and returns the resulting HTML and CSS code as a stream. |
Name | Description | |
---|---|---|
![]() | IsStringLiteralStartChar | Checks whether the given character is the start of a string literal. |
![]() | OnComment | Call when a comment is met. |
![]() | ReadAfterCommentChar | Reads after a comment start character. |