From f48a9b7149ecf69c0969866f0d929ef95879aa3d Mon Sep 17 00:00:00 2001 From: Sean Yeh Date: Wed, 21 May 2014 11:08:45 -0400 Subject: [PATCH] Add support for OCaml --- src/GitList/Util/Repository.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GitList/Util/Repository.php b/src/GitList/Util/Repository.php index b0e69b6..1295276 100644 --- a/src/GitList/Util/Repository.php +++ b/src/GitList/Util/Repository.php @@ -40,6 +40,8 @@ class Repository 'md' => 'markdown', 'markdown' => 'markdown', 'sql' => 'mysql', + 'ml' => 'ocaml', + 'mli' => 'ocaml', 'pl' => 'perl', 'pm' => 'perl', 'pas' => 'pascal',