plugins/geshi/geshi/lolcode.php
changeset 3 f3e2bbbd2155
parent 2 9e3258dfae15
--- a/plugins/geshi/geshi/lolcode.php	Fri May 29 19:30:59 2009 -0400
+++ b/plugins/geshi/geshi/lolcode.php	Fri May 29 19:40:15 2009 -0400
@@ -4,7 +4,7 @@
  * ----------
  * Author: Benny Baumann (BenBE@geshi.org)
  * Copyright: (c) 2008 Benny Baumann (http://qbnz.com/highlighter/)
- * Release Version: 1.0.8.2
+ * Release Version: 1.0.8.4
  * Date Started: 2009/10/31
  *
  * LOLcode language file for GeSHi.
@@ -141,7 +141,12 @@
         ),
     'HIGHLIGHT_STRICT_BLOCK' => array(
         ),
+    'PARSER_CONTROL' => array(
+        'KEYWORDS' => array(
+            'SPACE_AS_WHITESPACE' => true
+            )
+        ),
     'TAB_WIDTH' => 4
 );
 
-?>
+?>
\ No newline at end of file