summaryrefslogtreecommitdiff
path: root/inc/geshi/z80.php
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2010-01-11 13:19:46 +0100
committerAndreas Gohr <gohr@cosmocode.de>2010-01-11 13:19:46 +0100
commit29df5bf1c20e236ae1b30eefe7ccbedf1cde39d4 (patch)
tree6b66ecb7139e5f2898cbee7d24671ad85ba58ad8 /inc/geshi/z80.php
parentc471e6a6aee9997e62ce58c3e49dd8ecad28b92a (diff)
downloadrpg-29df5bf1c20e236ae1b30eefe7ccbedf1cde39d4.tar.gz
rpg-29df5bf1c20e236ae1b30eefe7ccbedf1cde39d4.tar.bz2
Upgraded GeSHi to 1.0.8.6
Diffstat (limited to 'inc/geshi/z80.php')
-rw-r--r--inc/geshi/z80.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/geshi/z80.php b/inc/geshi/z80.php
index 2a9b14886..b41e80c74 100644
--- a/inc/geshi/z80.php
+++ b/inc/geshi/z80.php
@@ -4,7 +4,7 @@
* -------
* Author: Benny Baumann (BenBE@omorphia.de)
* Copyright: (c) 2007-2008 Benny Baumann (http://www.omorphia.de/)
- * Release Version: 1.0.8.4
+ * Release Version: 1.0.8.6
* Date Started: 2007/02/06
*
* ZiLOG Z80 Assembler language file for GeSHi.
@@ -129,7 +129,7 @@ $language_data = array (
//Hex numbers
0 => '0[0-9a-fA-F]{1,32}[hH]',
//Binary numbers
- 1 => '\%[01]{1,64}|[01]{1,64}[bB]?',
+ 1 => '\%[01]{1,64}|[01]{1,64}[bB]?(?![^<]*>)',
//Labels
2 => '^[_a-zA-Z][_a-zA-Z0-9]?\:'
),
@@ -141,4 +141,4 @@ $language_data = array (
'TAB_WIDTH' => 8
);
-?>
+?> \ No newline at end of file