summaryrefslogtreecommitdiff
path: root/inc/geshi/c_mac.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/c_mac.php')
-rw-r--r--inc/geshi/c_mac.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/geshi/c_mac.php b/inc/geshi/c_mac.php
index 759d8807e..e66083da4 100644
--- a/inc/geshi/c_mac.php
+++ b/inc/geshi/c_mac.php
@@ -4,7 +4,7 @@
* ---------
* Author: M. Uli Kusterer (witness.of.teachtext@gmx.net)
* Copyright: (c) 2004 M. Uli Kusterer, Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.19
+ * Release Version: 1.0.7.20
* Date Started: 2004/06/04
*
* C for Macs language file for GeSHi.
@@ -168,7 +168,8 @@ $language_data = array (
'SCRIPT_DELIMITERS' => array(
),
'HIGHLIGHT_STRICT_BLOCK' => array(
- )
+ ),
+ 'TAB_WIDTH' => 4
);
?>