Programming language to be used by the syntax highlighting editor. 
            Determines the syntax rules and tokens to highlight.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntax Members
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
See Also