diff options
Diffstat (limited to 'inc/geshi/c.php')
-rw-r--r-- | inc/geshi/c.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/geshi/c.php b/inc/geshi/c.php index 2c31b5d59..3ecc7bfe4 100644 --- a/inc/geshi/c.php +++ b/inc/geshi/c.php @@ -6,7 +6,7 @@ * Contributors: * - Jack Lloyd (lloyd@randombit.net) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.19 + * Release Version: 1.0.7.20 * Date Started: 2004/06/04 * * C language file for GeSHi. @@ -136,7 +136,8 @@ $language_data = array ( 'SCRIPT_DELIMITERS' => array( ), 'HIGHLIGHT_STRICT_BLOCK' => array( - ) + ), + 'TAB_WIDTH' => 4 ); ?> |