Programming language to be used by the syntax highlighting editor. 
            Determines the syntax rules and tokens to highlight.
            
 
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Text | 0 | 
            Plaintext mode, no highlighting & formatting is provided.
             | 
 | HTML | 1 | 
            HTML (XHTML).
             | 
 | CSS | 2 | 
            CSS.
             | 
 | JavaScript | 3 | 
            JavaScript.
             | 
 | XML | 4 | 
            XML.
             | 
 | CSharp | 5 | 
            C#.
             | 
 | SQL | 6 | 
            SQL (T-SQL dialect).
             | 
 | HTMLMixed | 7 | 
            Mixed mode that allows HTML, CSS and JavaScript in the same text segment.
             | 
 | ASPNET | 8 | 
            ASP.NET with macro support.
             | 
 | CMSSharp | 9 | 
            C# with CMS extensions.
             | 
 | LESS | 10 | 
            LESS.
             | 
See Also