plugins/geshi/geshi/lolcode.php
changeset 3 f3e2bbbd2155
parent 2 9e3258dfae15
equal deleted inserted replaced
2:9e3258dfae15 3:f3e2bbbd2155
     2 /*************************************************************************************
     2 /*************************************************************************************
     3  * lolcode.php
     3  * lolcode.php
     4  * ----------
     4  * ----------
     5  * Author: Benny Baumann (BenBE@geshi.org)
     5  * Author: Benny Baumann (BenBE@geshi.org)
     6  * Copyright: (c) 2008 Benny Baumann (http://qbnz.com/highlighter/)
     6  * Copyright: (c) 2008 Benny Baumann (http://qbnz.com/highlighter/)
     7  * Release Version: 1.0.8.2
     7  * Release Version: 1.0.8.4
     8  * Date Started: 2009/10/31
     8  * Date Started: 2009/10/31
     9  *
     9  *
    10  * LOLcode language file for GeSHi.
    10  * LOLcode language file for GeSHi.
    11  *
    11  *
    12  * CHANGES
    12  * CHANGES
   139     'STRICT_MODE_APPLIES' => GESHI_NEVER,
   139     'STRICT_MODE_APPLIES' => GESHI_NEVER,
   140     'SCRIPT_DELIMITERS' => array(
   140     'SCRIPT_DELIMITERS' => array(
   141         ),
   141         ),
   142     'HIGHLIGHT_STRICT_BLOCK' => array(
   142     'HIGHLIGHT_STRICT_BLOCK' => array(
   143         ),
   143         ),
       
   144     'PARSER_CONTROL' => array(
       
   145         'KEYWORDS' => array(
       
   146             'SPACE_AS_WHITESPACE' => true
       
   147             )
       
   148         ),
   144     'TAB_WIDTH' => 4
   149     'TAB_WIDTH' => 4
   145 );
   150 );
   146 
   151 
   147 ?>
   152 ?>