MarkupLanguageBase Class in WPF Syntax Editor

23 Feb 20231 minute to read

MarkupLanguageBase class contains syntax highlighting and outlining implementations for markup languages. XAML and XML language support have been implemented using MarkupLanguageBase class.

MarkupLanguageBase class can be directly used as a base class for implementing a custom markup language. Refer to Custom Language Support topic for more information on how to configure the custom language in EditControl.