Category / Section
What languages have built-in support for syntax highlighting in the WinForms SyntaxEditor (EditControl)?
1 min read
Syntax highlighting
The Syntax highlighting is accomplished through the use of configuration files. We have predefined configuration files for languages like SQL, Delphi or Pascal, HTML, VB.NET, XML, Java, VBScript, JScript and C# and plan to create more configuration files for other languages in the near future. All the predefined configuration settings are present in the EditControl.Configurator.KnownLanguages collection. The order of the languages in this collection is as follows: C#, Delphi, HTML, Java, JScript, Default Text, SQL, VB.NET, VBScript and XML.
Reference link: https://help.syncfusion.com/windowsforms/syntaxeditor/syntax-highlighting