summaryrefslogtreecommitdiff
path: root/inc/geshi/ocaml-brief.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/ocaml-brief.php')
-rw-r--r--inc/geshi/ocaml-brief.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/ocaml-brief.php b/inc/geshi/ocaml-brief.php
index 2695a580b..13d90c9ab 100644
--- a/inc/geshi/ocaml-brief.php
+++ b/inc/geshi/ocaml-brief.php
@@ -4,7 +4,7 @@
* ----------
* Author: Flaie (fireflaie@gmail.com)
* Copyright: (c) 2005 Flaie, Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.20
+ * Release Version: 1.0.7.21
* Date Started: 2005/08/27
*
* OCaml (Objective Caml) language file for GeSHi.
@@ -57,9 +57,9 @@ $language_data = array (
),
/* highlighting symbols is really important in OCaml */
'SYMBOLS' => array(
- ';', '!', ':', '.', '=', '%', '^', '*', '-', '/', '+',
+ ';', '!', ':', '.', '=', '%', '^', '*', '-', '/', '+',
'>', '<', '(', ')', '[', ']', '&', '|', '#', "'"
- ),
+ ),
'CASE_SENSITIVE' => array(
GESHI_COMMENTS => true,
1 => false,
@@ -87,7 +87,7 @@ $language_data = array (
),
'REGEXPS' => array(
),
- 'SYMBOLS' => array(
+ 'SYMBOLS' => array(
0 => 'color: #a52a2a;' /* maroon */
),
'SCRIPT' => array(