This example illustrates how to register the ISyntaxHighlightService to implement simplified syntax highlighting for the T-SQL language.
Implementation Details
Text is parsed into tokens (a list of SyntaxHighlightToken class instances) manually by the CustomSyntaxHighlightService.ParseTokens()
method call. The resulting list is sorted and passed to the SubDocument.ApplySyntaxHighlight method.
More Examples
Documentation
Does this example address your development requirements/objectives?
(you will be redirected to DevExpress.com to submit your response)