summaryrefslogtreecommitdiff
path: root/inc/geshi/locobasic.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/locobasic.php
parentc471e6a6aee9997e62ce58c3e49dd8ecad28b92a (diff)
downloadrpg-29df5bf1c20e236ae1b30eefe7ccbedf1cde39d4.tar.gz
rpg-29df5bf1c20e236ae1b30eefe7ccbedf1cde39d4.tar.bz2
Upgraded GeSHi to 1.0.8.6
Diffstat (limited to 'inc/geshi/locobasic.php')
-rw-r--r--inc/geshi/locobasic.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/locobasic.php b/inc/geshi/locobasic.php
index a799d6900..e0cceea3d 100644
--- a/inc/geshi/locobasic.php
+++ b/inc/geshi/locobasic.php
@@ -4,7 +4,7 @@
* -------------
* Author: Nacho Cabanes
* Copyright: (c) 2009 Nacho Cabanes (http://www.nachocabanes.com)
- * Release Version: 1.0.8.4
+ * Release Version: 1.0.8.6
* Date Started: 2009/03/22
*
* Locomotive Basic (Amstrad CPC series) language file for GeSHi.
@@ -80,8 +80,8 @@ $language_data = array (
),
'STYLES' => array(
'KEYWORDS' => array(
- 1 => 'color: #0000ff; font-weight: bold;',
- 2 => 'color: #008888; font-weight: bold;'
+ 1 => 'color: #000088; font-weight: bold;',
+ 2 => 'color: #AA00AA; font-weight: bold;'
),
'COMMENTS' => array(
1 => 'color: #808080;',
@@ -91,7 +91,7 @@ $language_data = array (
0 => 'color: #ff0000;'
),
'STRINGS' => array(
- 0 => 'color: #ff0000;'
+ 0 => 'color: #008800;'
),
'NUMBERS' => array(
0 => 'color: #0044ff;'