diff options
Diffstat (limited to 'inc/geshi/ocaml-brief.php')
-rw-r--r-- | inc/geshi/ocaml-brief.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/ocaml-brief.php b/inc/geshi/ocaml-brief.php index 13d90c9ab..a280150e7 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.21 + * Release Version: 1.0.7.22 * Date Started: 2005/08/27 * * OCaml (Objective Caml) language file for GeSHi. @@ -45,7 +45,7 @@ $language_data = array ( 'QUOTEMARKS' => array('"'), 'ESCAPE_CHAR' => "", 'KEYWORDS' => array( - /* main OCaml keywords */ + /* main OCaml keywords */ 1 => array( 'and', 'As', 'asr', 'begin', 'Class', 'Closed', 'constraint', 'do', 'done', 'downto', 'else', 'end', 'exception', 'external', 'failwith', 'false', 'flush', 'for', 'fun', 'function', 'functor', |