summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/geshi/geshi/parasail.php
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/SyntaxHighlight_GeSHi/geshi/geshi/parasail.php')
-rw-r--r--extensions/SyntaxHighlight_GeSHi/geshi/geshi/parasail.php13
1 files changed, 4 insertions, 9 deletions
diff --git a/extensions/SyntaxHighlight_GeSHi/geshi/geshi/parasail.php b/extensions/SyntaxHighlight_GeSHi/geshi/geshi/parasail.php
index 864eba1e..98e2ab8e 100644
--- a/extensions/SyntaxHighlight_GeSHi/geshi/geshi/parasail.php
+++ b/extensions/SyntaxHighlight_GeSHi/geshi/geshi/parasail.php
@@ -4,7 +4,7 @@
* -------
* Author: T. Taft (taft@adacore.com)
* Copyright: (c) 2012 AdaCore (http://adacore.com/)
- * Release Version: 1.0.8.11
+ * Release Version: 1.0.8.12
* Date Started: 2012/08/02
*
* ParaSail language file for GeSHi.
@@ -58,10 +58,10 @@ $language_data = array (
),
3 => array(
'abstract', 'class',
- 'concurrent', 'const',
- 'end', 'extends', 'exports',
+ 'concurrent', 'const',
+ 'end', 'extends', 'exports',
'func', 'global', 'implements', 'import',
- 'interface', 'is', 'lambda', 'locked',
+ 'interface', 'is', 'lambda', 'locked',
'new', 'of', 'op', 'optional',
'private', 'queued', 'ref',
'separate', 'type', 'var',
@@ -92,9 +92,6 @@ $language_data = array (
'ESCAPE_CHAR' => array(
0 => 'color: #000099; font-weight: bold;'
),
- 'BRACKETS' => array(
- 0 => 'color: #66cc66;'
- ),
'STRINGS' => array(
0 => 'color: #7f007f;'
),
@@ -129,5 +126,3 @@ $language_data = array (
'HIGHLIGHT_STRICT_BLOCK' => array(
)
);
-
-?> \ No newline at end of file