summaryrefslogtreecommitdiff
path: root/inc/geshi/lua.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/lua.php')
-rw-r--r--inc/geshi/lua.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/lua.php b/inc/geshi/lua.php
index 3c51fdc26..da668ad22 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.11
- * CVS Revision Version: $Revision: 1.15 $
+ * Release Version: 1.0.7.12
+ * CVS Revision Version: $Revision: 1.15.2.3 $
* Date Started: 2004/07/10
- * Last Modified: $Date: 2006/05/21 00:06:57 $
+ * Last Modified: $Date: 2006/07/22 11:30:32 $
*
* LUA language file for GeSHi.
*
@@ -45,7 +45,7 @@
************************************************************************************/
$language_data = array (
- 'LANG_NAME' => 'LUA',
+ 'LANG_NAME' => 'Lua',
'COMMENT_SINGLE' => array(1 => "--"),
'COMMENT_MULTI' => array('--[[' => ']]'),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,