summaryrefslogtreecommitdiff
path: root/inc/geshi/lua.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-22 11:20:32 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-10-22 11:20:32 +0200
commit79da1d61e8f3a897b8fc7638bbba3a0f594bead7 (patch)
treeb4e4b2873e4adbef1a4ef305fd9ab03e258deabd /inc/geshi/lua.php
parentc13104acf0edfa5c08738d32e26ae51ea7e4407c (diff)
downloadrpg-79da1d61e8f3a897b8fc7638bbba3a0f594bead7.tar.gz
rpg-79da1d61e8f3a897b8fc7638bbba3a0f594bead7.tar.bz2
GeSHi update to 1.0.7.4
darcs-hash:20051022092032-7ad00-5d8683d48f0c5e3030ba02cf46d6c549b4e3a2e9.gz
Diffstat (limited to 'inc/geshi/lua.php')
-rw-r--r--inc/geshi/lua.php22
1 files changed, 17 insertions, 5 deletions
diff --git a/inc/geshi/lua.php b/inc/geshi/lua.php
index 224f81b06..741641b7b 100644
--- a/inc/geshi/lua.php
+++ b/inc/geshi/lua.php
@@ -4,10 +4,10 @@
* -------
* Author: Roberto Rossi (rsoftware@altervista.org)
* Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.3
- * CVS Revision Version: $Revision: 1.5 $
+ * Release Version: 1.0.7.4
+ * CVS Revision Version: $Revision: 1.7 $
* Date Started: 2004/07/10
- * Last Modified: $Date: 2005/09/22 01:35:22 $
+ * Last Modified: $Date: 2005/10/22 07:52:59 $
*
* LUA language file for GeSHi.
*
@@ -68,6 +68,18 @@ $language_data = array (
'clock','date','difftime','execute','exit','getenv','setlocale','time',
'_G','getfenv','getmetatable','ipairs','loadlib','next','pairs','pcall',
'rawegal','rawget','rawset','require','setfenv','setmetatable','xpcall',
+ 'string.byte','string.char','string.dump','string.find','string.len',
+ 'string.lower','string.rep','string.sub','string.upper','string.format','string.gfind','string.gsub',
+ 'table.concat','table.foreach','table.foreachi','table.getn','table.sort','table.insert','table.remove','table.setn',
+ 'math.abs','math.acos','math.asin','math.atan','math.atan2','math.ceil','math.cos','math.deg','math.exp',
+ 'math.floor','math.frexp','math.ldexp','math.log','math.log10','math.max','math.min','math.mod',
+ 'math.pi','math.rad','math.random','math.randomseed','math.sin','math.sqrt','math.tan',
+ 'coroutine.create','coroutine.resume','coroutine.status',
+ 'coroutine.wrap','coroutine.yield',
+ 'io.close','io.flush','io.input','io.lines','io.open','io.output','io.read','io.tmpfile','io.type','io.write',
+ 'io.stdin','io.stdout','io.stderr',
+ 'os.clock','os.date','os.difftime','os.execute','os.exit','os.getenv','os.remove','os.rename',
+ 'os.setlocale','os.time','os.tmpname',
'string','table','math','coroutine','io','os','debug'
)
),
@@ -109,8 +121,8 @@ $language_data = array (
'SCRIPT' => array(
)
),
- 'OOLANG' => true,
- 'OBJECT_SPLITTERS' => array('.'
+ 'OOLANG' => false,
+ 'OBJECT_SPLITTERS' => array(
),
'REGEXPS' => array(
),