diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-09-12 22:23:34 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-09-12 22:23:34 +0200 |
commit | 8e39ccf504d73d5d12e07bd879c5a696d5ceac3d (patch) | |
tree | e98977e1a3b2a5f3886da350b95c4a196ea04449 /inc/geshi/sas.php | |
parent | 535bed707571573f6670f91094e3c8eed6d9420c (diff) | |
download | rpg-8e39ccf504d73d5d12e07bd879c5a696d5ceac3d.tar.gz rpg-8e39ccf504d73d5d12e07bd879c5a696d5ceac3d.tar.bz2 |
GeSHi update to 1.0.8
darcs-hash:20080912202334-7ad00-ee4e69ad5516c38729955e8919d55f3b940caf1a.gz
Diffstat (limited to 'inc/geshi/sas.php')
-rw-r--r-- | inc/geshi/sas.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/sas.php b/inc/geshi/sas.php index ba94bff97..db2cbb142 100644 --- a/inc/geshi/sas.php +++ b/inc/geshi/sas.php @@ -4,7 +4,7 @@ * ------- * Author: Galen Johnson (solitaryr@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.22 + * Release Version: 1\.0\.8 * Date Started: 2005/12/27 * * SAS language file for GeSHi. Based on the sas vim file. @@ -176,7 +176,7 @@ $language_data = array ( 9 => 'color: #0000ff;' ), 'COMMENTS' => array( - 1 => 'color: #006400; font-style: italic;', +// 1 => 'color: #006400; font-style: italic;', 'MULTI' => 'color: #006400; font-style: italic;' ), 'ESCAPE_CHAR' => array( |