diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-03-26 22:17:55 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-03-26 22:17:55 +0100 |
commit | d09ae2055575141a00e67faeadb9bcb3d8285f3f (patch) | |
tree | 5f8f372f379b77f8f36805468d4e60fdb8ebc1b5 /inc/geshi/tcl.php | |
parent | 3d1f9ec3674462e63f4195dd834603148a7c7b42 (diff) | |
download | rpg-d09ae2055575141a00e67faeadb9bcb3d8285f3f.tar.gz rpg-d09ae2055575141a00e67faeadb9bcb3d8285f3f.tar.bz2 |
GeSHi update to 1.0.7.21
darcs-hash:20080326211755-7ad00-98c89cb8da99fab17b88222d33a312a020527cdb.gz
Diffstat (limited to 'inc/geshi/tcl.php')
-rw-r--r-- | inc/geshi/tcl.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/inc/geshi/tcl.php b/inc/geshi/tcl.php index f19f1dcf8..697ce8d50 100644 --- a/inc/geshi/tcl.php +++ b/inc/geshi/tcl.php @@ -4,7 +4,7 @@ * --------------------------------- * Author: Reid van Melle (rvanmelle@gmail.com) * Copyright: (c) 2004 Reid van Melle (sorry@nowhere) - * Release Version: 1.0.7.20 + * Release Version: 1.0.7.21 * Date Started: 2006/05/05 * * TCL/iTCL language file for GeSHi. @@ -62,7 +62,7 @@ $language_data = array ( 1 => array( 'proc', 'global', 'upvar', 'if', 'then', 'else', 'elseif', 'for', 'foreach', 'break', 'continue', 'while', 'set', 'eval', 'case', 'in', 'switch', - 'default', 'exit', 'error', 'proc', 'return', 'uplevel', 'loop', + 'default', 'exit', 'error', 'proc', 'return', 'uplevel', 'loop', 'for_array_keys', 'for_recursive_glob', 'for_file', 'unwind_protect', 'expr', 'catch', 'namespace', 'rename', 'variable', // itcl @@ -75,7 +75,7 @@ $language_data = array ( 2 => array( // string handling 'append', 'binary', 'format', 're_syntax', 'regexp', 'regsub', - 'scan', 'string', 'subst', + 'scan', 'string', 'subst', // list handling 'concat', 'join', 'lappend', 'lindex', 'list', 'llength', 'lrange', 'lreplace', 'lsearch', 'lset', 'lsort', 'split', @@ -83,7 +83,7 @@ $language_data = array ( 'expr', // procedures and output 'incr', 'close', 'eof', 'fblocked', 'fconfigure', 'fcopy', 'file', - 'fileevent', 'flush', 'gets', 'open', 'puts', 'read', 'seek', + 'fileevent', 'flush', 'gets', 'open', 'puts', 'read', 'seek', 'socket', 'tell', // packages and source files 'load', 'loadTk', 'package', 'pgk::create', 'pgk_mkIndex', 'source', @@ -96,9 +96,9 @@ $language_data = array ( // platform specified 'dde', 'registry', 'resource', // special variables - '$argc', '$argv', '$errorCode', '$errorInfo', '$argv0', - '$auto_index', '$auto_oldpath', '$auto_path', '$env', - '$tcl_interactive', '$tcl_libpath', '$tcl_library', + '$argc', '$argv', '$errorCode', '$errorInfo', '$argv0', + '$auto_index', '$auto_oldpath', '$auto_path', '$env', + '$tcl_interactive', '$tcl_libpath', '$tcl_library', '$tcl_pkgPath', '$tcl_platform', '$tcl_precision', '$tcl_traceExec', ), |