summaryrefslogtreecommitdiff
path: root/inc/geshi/reg.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-09-23 12:55:45 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-09-23 12:55:45 +0200
commit364cc9ca5e57febb36f1df23fa3eef8ad048fb49 (patch)
treefe6eac6ff9ec01d644eb0f5d81f4be480d09a7d6 /inc/geshi/reg.php
parent8e6cfd4d8687ecdcf3c20b31a34a0f85b1b6d6fb (diff)
downloadrpg-364cc9ca5e57febb36f1df23fa3eef8ad048fb49.tar.gz
rpg-364cc9ca5e57febb36f1df23fa3eef8ad048fb49.tar.bz2
GeSHi upgrade to 1.0.7.14
darcs-hash:20060923105545-7ad00-52ca67905f51cb7d4782ff87276c01164b52daec.gz
Diffstat (limited to 'inc/geshi/reg.php')
-rw-r--r--inc/geshi/reg.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/inc/geshi/reg.php b/inc/geshi/reg.php
index 87a258b1a..abc6e6b06 100644
--- a/inc/geshi/reg.php
+++ b/inc/geshi/reg.php
@@ -4,10 +4,10 @@
* -------
* Author: Sean Hanna (smokingrope@gmail.com)
* Copyright: (c) 2006 Sean Hanna
- * Release Version: 1.0.7.13
- * CVS Revision Version: $Revision: 1.2.2.3 $
+ * Release Version: 1.0.7.14
+ * CVS Revision Version: $Revision: 1.2.2.5 $
* Date Started: 03/15/2006
- * Last Modified: $Date: 2006/07/22 11:30:25 $
+ * Last Modified: $Date: 2006/09/14 09:44:45 $
*
* Microsoft Registry Editor Language File.
*
@@ -90,11 +90,11 @@ $language_data = array (
2 => 'color: #0000FF;' ),
'COMMENTS' => array( 1 => 'color: #009900;' ),
'ESCAPE_CHAR' => array(),
- 'BRACKETS' => array(),
+ 'BRACKETS' => array(0 => 'color: #000000;'),
'STRINGS' => array( 0 => 'color: #009900;' ),
'NUMBERS' => array(),
'METHODS' => array(),
- 'SYMBOLS' => array(),
+ 'SYMBOLS' => array(0 => 'color: #000000;'),
'SCRIPT' => array(),
'REGEXPS' => array(
0 => '',
@@ -210,5 +210,7 @@ $language_data = array (
'HIGHLIGHT_STRICT_BLOCK' => array(
)
);
-$this->set_numbers_highlighting(false);
+if (is_a($this, 'GeSHi')) {
+ $this->set_numbers_highlighting(false);
+}
?>