summaryrefslogtreecommitdiff
path: root/inc/geshi/qbasic.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-09-05 20:03:42 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-09-05 20:03:42 +0200
commit760b3d08880b29386281ecf3576c5738265bc2b9 (patch)
tree1344811f23cb3db300e4373499c84d6fa69eac73 /inc/geshi/qbasic.php
parent60d2ed329547f94035b94e67e54d02f6adeed08f (diff)
downloadrpg-760b3d08880b29386281ecf3576c5738265bc2b9.tar.gz
rpg-760b3d08880b29386281ecf3576c5738265bc2b9.tar.bz2
GeSHi updated to 1.0.7.2
darcs-hash:20050905180342-7ad00-5613c2958acb498c62addc497ea4780880a06b95.gz
Diffstat (limited to 'inc/geshi/qbasic.php')
-rw-r--r--inc/geshi/qbasic.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/inc/geshi/qbasic.php b/inc/geshi/qbasic.php
index 4af1276e6..2fb06eb57 100644
--- a/inc/geshi/qbasic.php
+++ b/inc/geshi/qbasic.php
@@ -4,10 +4,10 @@
* ----------
* Author: Nigel McNie (oracle.shinoda@gmail.com)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.1
- * CVS Revision Version: $Revision: 1.2 $
+ * Release Version: 1.0.7.2
+ * CVS Revision Version: $Revision: 1.4 $
* Date Started: 2004/06/20
- * Last Modified: $Date: 2005/07/26 05:23:30 $
+ * Last Modified: $Date: 2005/09/03 12:36:42 $
*
* QBasic/QuickBASIC language file for GeSHi.
*
@@ -51,7 +51,7 @@
************************************************************************************/
$language_data = array (
'LANG_NAME' => 'QBasic/QuickBASIC',
- 'COMMENT_SINGLE' => array(1 => "'", 2 => 'REM'),
+ 'COMMENT_SINGLE' => array(1 => "'", 2 => ' REM', 3 => "\tREM"),
'COMMENT_MULTI' => array(),
'CASE_KEYWORDS' => GESHI_CAPS_UPPER,
'QUOTEMARKS' => array('"'),
@@ -103,7 +103,8 @@ $language_data = array (
),
'COMMENTS' => array(
1 => 'color: #808080;',
- 2 => 'color: #808080;'
+ 2 => 'color: #808080;',
+ 3 => 'color: #808080;'
),
'BRACKETS' => array(
0 => 'color: #66cc66;'