/winforms-richedit-syntax-highlighting-with-devexpress-codeparser-library

Implement the ISyntaxHighlightService to highlight HTML markup content.

Primary LanguageVisual Basic .NETOtherNOASSERTION

Syntax highlighting HTML markup using DevExpress CodeParser library and Syntax Highlight tokens

This example demonstrates how to highlight HTML markup content using the ISyntaxHighlightService.

In this example, the following modifications of the mentioned approach were made:

  • the ITokenCategoryHelper instance was created using the ParserLanguageID.Html parameter
  • the TokenCategory.Html..... and TokenCategory.Css...... categories were analyzed in the HighlightCategorizedToken method.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)