summaryrefslogtreecommitdiff
path: root/inc/geshi/autoit.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-07-23 22:32:32 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-07-23 22:32:32 +0200
commit850d6bf6605add7df9c86492766d6427b48ef994 (patch)
tree8fee9520e2652ac723356e6abc6c70e1d9d2202f /inc/geshi/autoit.php
parentf29dc969d01ee203ff62ce2fd38ba3d7d66935a9 (diff)
downloadrpg-850d6bf6605add7df9c86492766d6427b48ef994.tar.gz
rpg-850d6bf6605add7df9c86492766d6427b48ef994.tar.bz2
GeSHi update to 1.0.7.12
darcs-hash:20060723203232-7ad00-a675d33962148272e5dd13ac2190ef259f8eaad2.gz
Diffstat (limited to 'inc/geshi/autoit.php')
-rw-r--r--inc/geshi/autoit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/autoit.php b/inc/geshi/autoit.php
index 5cd32f491..6bfb9e04c 100644
--- a/inc/geshi/autoit.php
+++ b/inc/geshi/autoit.php
@@ -4,7 +4,7 @@
* --------
* Author: mastrboy
* Copyright: (c) 2006 and to GESHi ;)
- * Release Version: 1.0.7.11
+ * Release Version: 1.0.7.12
* Date Started: 26.01.2006
*
* Current bugs & todo:
@@ -36,7 +36,7 @@
************************************************************************************/
$language_data = array (
- 'LANG_NAME' => 'AUTOIT',
+ 'LANG_NAME' => 'AutoIT',
'COMMENT_SINGLE' => array(';'),
'COMMENT_MULTI' => array('#comments-start' => '#comments-end'),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,