From b3fb664c1b7331deaaef2ebf0b0c80436c1ba1c9 Mon Sep 17 00:00:00 2001 From: Menci Date: Sat, 17 Jun 2017 21:22:48 +0800 Subject: [PATCH] Add OCaml --- config-example.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-example.json b/config-example.json index 802aa60..3ed6aa8 100644 --- a/config-example.json +++ b/config-example.json @@ -121,6 +121,12 @@ "version": "GHC 7.10.3", "editor": "haskell" }, + "ocaml": { + "show": "OCaml", + "highlight": "ocaml", + "version": "Ocamlbuild 4.02.3", + "editor": "ocaml" + }, "vbnet": { "show": "Visual Basic", "highlight": "vbnet",