Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.61 KB

File metadata and controls

35 lines (23 loc) · 2.61 KB

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)