summaryrefslogtreecommitdiff
path: root/framework/Web
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web')
-rw-r--r--framework/Web/UI/WebControls/TTextHighlighter.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TTextHighlighter.php b/framework/Web/UI/WebControls/TTextHighlighter.php
index 0f221cc2..e40811d1 100644
--- a/framework/Web/UI/WebControls/TTextHighlighter.php
+++ b/framework/Web/UI/WebControls/TTextHighlighter.php
@@ -22,8 +22,9 @@ Prado::using('System.Web.UI.WebControls.TTextProcessor');
* static text and rendering results of child controls.
* You can set {@link setLanguage Language} to specify what kind of syntax
* the body content is. Currently, TTextHighlighter supports the following
- * languages: 'php','prado','css','html','javascript' and 'xml', where 'prado'
- * refers to PRADO template syntax. By setting {@link setShowLineNumbers ShowLineNumbers}
+ * languages: ABAP, CPP, CSS, DIFF, DTD, HTML, JAVA, JAVASCRIPT, MYSQL, PERL,
+ * PHP, PYTHON, RUBY, SQL, XML and PRADO, where PRADO refers to PRADO template
+ * syntax. By setting {@link setShowLineNumbers ShowLineNumbers}
* to true, the highlighted result may be shown with line numbers.
*
* @author Wei Zhuo<weizhuo[at]gmail[dot]com>