From 65acc18779a2729d20beec8fc10958705b7a22d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Mon, 25 Sep 2017 14:25:20 +0200 Subject: [PATCH] Add F# / OCaml mode --- lib/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index d8bc0da..6d1fce8 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -126,6 +126,10 @@ export const LANGUAGES = [ name: 'Fortran', module: 'fortran' }, + { + name: 'F# / OCaml', + module: 'mllike' + }, { name: 'Go', module: 'go'