plugins/geshi/geshi/abap.php
changeset 2 9e3258dfae15
parent 0 441963e5b07a
child 3 f3e2bbbd2155
--- a/plugins/geshi/geshi/abap.php	Sun Feb 10 19:00:04 2008 -0500
+++ b/plugins/geshi/geshi/abap.php	Fri May 29 19:30:59 2009 -0400
@@ -4,10 +4,8 @@
  * --------
  * Author: Andres Picazo (andres@andrespicazo.com)
  * Copyright: (c) 2007 Andres Picazo
- * Release Version: 1.0.7.20
- * CVS Revision Version: $Revision: 1.6 $
+ * Release Version: 1.0.8.2
  * Date Started: 2004/06/04
- * Last Modified: $Date: 2005/11/20 07:47:40 $
  *
  * ABAP language file for GeSHi.
  *
@@ -40,99 +38,100 @@
  ************************************************************************************/
 
 $language_data = array (
-	'LANG_NAME' => 'ABAP',
+    'LANG_NAME' => 'ABAP',
     'COMMENT_SINGLE' => array(1 => '"', 2 => '*'),
+    'COMMENT_MULTI' => array(),
     'CASE_KEYWORDS' => 0,
-	'QUOTEMARKS' => array("'"),
+    'QUOTEMARKS' => array("'"),
     'ESCAPE_CHAR' => '',
-	'KEYWORDS' => array(
-		1 => array(
-			'if', 'return', 'while', 'case', 'default',
+    'KEYWORDS' => array(
+        1 => array(
+            'if', 'return', 'while', 'case', 'default',
             'do', 'else', 'for', 'endif', 'elseif', 'eq',
             'not', 'and'
-			),
-		2 => array(
-			'data', 'types', 'seletion-screen', 'parameters', 'field-symbols', 'extern', 'inline'
-			),
-		3 => array(
-			'report', 'write', 'append', 'select', 'endselect', 'call method', 'call function',
-			'loop', 'endloop', 'raise', 'read table', 'concatenate', 'split', 'shift',
-			'condense', 'describe', 'clear', 'endfunction', 'assign', 'create data', 'translate',
-			'continue', 'start-of-selection', 'at selection-screen', 'modify', 'call screen',
-			'create object', 'perform', 'form', 'endform',
-			'reuse_alv_block_list_init', 'zbcialv', 'include'
-			),
-		4 => array(
-			'type ref to', 'type', 'begin of',  'end of', 'like', 'into',
-			'from', 'where', 'order by', 'with key', 'into', 'string', 'separated by',
+            ),
+        2 => array(
+            'data', 'types', 'seletion-screen', 'parameters', 'field-symbols', 'extern', 'inline'
+            ),
+        3 => array(
+            'report', 'write', 'append', 'select', 'endselect', 'call method', 'call function',
+            'loop', 'endloop', 'raise', 'read table', 'concatenate', 'split', 'shift',
+            'condense', 'describe', 'clear', 'endfunction', 'assign', 'create data', 'translate',
+            'continue', 'start-of-selection', 'at selection-screen', 'modify', 'call screen',
+            'create object', 'perform', 'form', 'endform',
+            'reuse_alv_block_list_init', 'zbcialv', 'include'
+            ),
+        4 => array(
+            'type ref to', 'type', 'begin of',  'end of', 'like', 'into',
+            'from', 'where', 'order by', 'with key', 'string', 'separated by',
             'exporting', 'importing', 'to upper case', 'to', 'exceptions', 'tables',
             'using', 'changing'
-			),
-		),
-	'SYMBOLS' => array(
-		'(', ')', '{', '}', '[', ']', '=', '+', '-', '*', '/', '!', '%', '^', '&', ':'
-		),
-	'CASE_SENSITIVE' => array(
-		GESHI_COMMENTS => true,
-		1 => false,
-		2 => false,
-		3 => false,
-		4 => false,
-		),
-	'STYLES' => array(
-		'KEYWORDS' => array(
-			1 => 'color: #b1b100;',
-			2 => 'color: #000000; font-weight: bold;',
-			3 => 'color: #000066;',
-			4 => 'color: #993333;'
-			),
-		'COMMENTS' => array(
-			1 => 'color: #808080; font-style: italic;',
-			2 => 'color: #339933;',
-			'MULTI' => 'color: #808080; font-style: italic;'
-			),
-		'ESCAPE_CHAR' => array(
-			0 => 'color: #000099; font-weight: bold;'
-			),
-		'BRACKETS' => array(
-			0 => 'color: #66cc66;'
-			),
-		'STRINGS' => array(
-			0 => 'color: #ff0000;'
-			),
-		'NUMBERS' => array(
-			0 => 'color: #cc66cc;'
-			),
-		'METHODS' => array(
-			1 => 'color: #202020;',
-			2 => 'color: #202020;'
-			),
-		'SYMBOLS' => array(
-			0 => 'color: #66cc66;'
-			),
-		'REGEXPS' => array(
-			),
-		'SCRIPT' => array(
-			)
-		),
-	'URLS' => array(
-		1 => '',
-		2 => '',
-		3 => 'http://sap4.com/wiki/index.php?title={FNAME}',
-		4 => ''
-		),
-	'OOLANG' => true,
-	'OBJECT_SPLITTERS' => array(
-		1 => '.',
-		2 => '::'
-		),
-	'REGEXPS' => array(
-		),
-	'STRICT_MODE_APPLIES' => GESHI_NEVER,
-	'SCRIPT_DELIMITERS' => array(
-		),
-	'HIGHLIGHT_STRICT_BLOCK' => array(
-		)
+            ),
+        ),
+    'SYMBOLS' => array(
+        '(', ')', '{', '}', '[', ']', '=', '+', '-', '*', '/', '!', '%', '^', '&', ':'
+        ),
+    'CASE_SENSITIVE' => array(
+        GESHI_COMMENTS => false,
+        1 => false,
+        2 => false,
+        3 => false,
+        4 => false,
+        ),
+    'STYLES' => array(
+        'KEYWORDS' => array(
+            1 => 'color: #b1b100;',
+            2 => 'color: #000000; font-weight: bold;',
+            3 => 'color: #000066;',
+            4 => 'color: #993333;'
+            ),
+        'COMMENTS' => array(
+            1 => 'color: #808080; font-style: italic;',
+            2 => 'color: #339933;',
+            'MULTI' => 'color: #808080; font-style: italic;'
+            ),
+        'ESCAPE_CHAR' => array(
+            0 => 'color: #000099; font-weight: bold;'
+            ),
+        'BRACKETS' => array(
+            0 => 'color: #66cc66;'
+            ),
+        'STRINGS' => array(
+            0 => 'color: #ff0000;'
+            ),
+        'NUMBERS' => array(
+            0 => 'color: #cc66cc;'
+            ),
+        'METHODS' => array(
+            1 => 'color: #202020;',
+            2 => 'color: #202020;'
+            ),
+        'SYMBOLS' => array(
+            0 => 'color: #66cc66;'
+            ),
+        'REGEXPS' => array(
+            ),
+        'SCRIPT' => array(
+            )
+        ),
+    'URLS' => array(
+        1 => '',
+        2 => '',
+        3 => 'http://sap4.com/wiki/index.php?title={FNAMEL}',
+        4 => ''
+        ),
+    'OOLANG' => true,
+    'OBJECT_SPLITTERS' => array(
+        1 => '.',
+        2 => '::'
+        ),
+    'REGEXPS' => array(
+        ),
+    'STRICT_MODE_APPLIES' => GESHI_NEVER,
+    'SCRIPT_DELIMITERS' => array(
+        ),
+    'HIGHLIGHT_STRICT_BLOCK' => array(
+        )
 );
 
 ?>