summaryrefslogtreecommitdiff
path: root/inc/geshi/asm.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/asm.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/asm.php')
-rw-r--r--inc/geshi/asm.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/asm.php b/inc/geshi/asm.php
index 0cd5f453e..84462ca8c 100644
--- a/inc/geshi/asm.php
+++ b/inc/geshi/asm.php
@@ -4,10 +4,10 @@
* -------
* Author: Tux (tux@inmail.cz)
* Copyright: (c) 2004 Tux (http://tux.a4.cz/), 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/27
- * Last Modified: $Date: 2006/05/21 00:06:56 $
+ * Last Modified: $Date: 2006/07/22 11:30:31 $
*
* x86 Assembler language file for GeSHi.
* Words are from SciTe configuration file (based on NASM syntax)
@@ -46,7 +46,7 @@
************************************************************************************/
$language_data = array (
- 'LANG_NAME' => 'assembler',
+ 'LANG_NAME' => 'ASM',
'COMMENT_SINGLE' => array(1 => ';'),
'COMMENT_MULTI' => array(),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,