summaryrefslogtreecommitdiff
path: root/inc/geshi/pascal.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/pascal.php')
-rw-r--r--inc/geshi/pascal.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/geshi/pascal.php b/inc/geshi/pascal.php
index bcdaaf1a7..0b1b1b05f 100644
--- a/inc/geshi/pascal.php
+++ b/inc/geshi/pascal.php
@@ -4,7 +4,7 @@
* ----------
* Author: Tux (tux@inamil.cz)
* Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.19
+ * Release Version: 1.0.7.20
* Date Started: 2004/07/26
*
* Pascal language file for GeSHi.
@@ -137,7 +137,8 @@ $language_data = array (
'SCRIPT_DELIMITERS' => array(
),
'HIGHLIGHT_STRICT_BLOCK' => array(
- )
+ ),
+ 'TAB_WIDTH' => 4
);
?>