summaryrefslogtreecommitdiff
path: root/inc/geshi/php-brief.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/php-brief.php')
-rw-r--r--inc/geshi/php-brief.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/inc/geshi/php-brief.php b/inc/geshi/php-brief.php
index d11c22726..66c5b46e8 100644
--- a/inc/geshi/php-brief.php
+++ b/inc/geshi/php-brief.php
@@ -4,7 +4,7 @@
* -------------
* Author: Nigel McNie (nigel@geshi.org)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.20
+ * Release Version: 1.0.7.21
* Date Started: 2004/06/02
*
* PHP language file for GeSHi (brief version).
@@ -81,6 +81,11 @@ $language_data = array (
)
),
'SYMBOLS' => array(
+ '(', ')', '[', ']', '{', '}',
+ '!', '@', '%', '&', '|', '/',
+ '<', '>',
+ '=', '-', '+', '*',
+ '.', ':', ',', ';'
),
'CASE_SENSITIVE' => array(
GESHI_COMMENTS => false,