summaryrefslogtreecommitdiff
path: root/inc/geshi/smarty.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/smarty.php')
-rw-r--r--inc/geshi/smarty.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/inc/geshi/smarty.php b/inc/geshi/smarty.php
index 345fe5b52..9f660f17f 100644
--- a/inc/geshi/smarty.php
+++ b/inc/geshi/smarty.php
@@ -4,10 +4,10 @@
* ----------
* Author: Alan Juden (alan@judenware.org)
* Copyright: (c) 2004 Alan Juden, Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.10
- * CVS Revision Version: $Revision: 1.14 $
+ * Release Version: 1.0.7.11
+ * CVS Revision Version: $Revision: 1.15.2.1 $
* Date Started: 2004/07/10
- * Last Modified: $Date: 2006/05/19 11:40:15 $
+ * Last Modified: $Date: 2006/06/21 10:22:51 $
*
* Smarty template language file for GeSHi.
*
@@ -50,7 +50,7 @@ $language_data = array (
1 => array(
'$smarty', 'now', 'const', 'capture', 'config', 'section', 'foreach', 'template', 'version', 'ldelim', 'rdelim',
'config_load', 'foreachelse', 'include', 'include_php', 'insert', 'if', 'elseif', 'else', 'php',
- 'sectionelse', 'clear_all_cache', 'clear_cache', 'is_cached', 'from', 'item'
+ 'sectionelse', 'clear_all_cache', 'clear_cache', 'is_cached',
),
2 => array(
'capitalize', 'count_characters', 'cat', 'count_paragraphs', 'count_sentences', 'count_words', 'date_format',
@@ -83,7 +83,7 @@ $language_data = array (
),
6 => array(
'name', 'assign', 'file', 'scope', 'global', 'key', 'once', 'script',
- 'loop', 'start', 'step', 'max', 'show', 'values', 'value'
+ 'loop', 'start', 'step', 'max', 'show', 'values', 'value', 'from', 'item'
),
7 => array(
'eq', 'neq', 'ne', 'lte', 'gte', 'ge', 'le', 'not', 'mod'