Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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