From f80c835328924101070fffe7408b70e13d7c5f68 Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Fri, 17 Aug 2018 18:13:45 +0200 Subject: [PATCH] Split F# and OCaml entries (#475) While they use the same mode, OCaml is easy to miss. --- lib/constants.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 69dd728..a7973bc 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -219,7 +219,7 @@ export const LANGUAGES = [ mode: 'fortran' }, { - name: 'F# / OCaml', + name: 'F#', mode: 'mllike' }, { @@ -328,6 +328,10 @@ export const LANGUAGES = [ mime: 'text/x-objectivec', short: 'objectivec' }, + { + name: 'OCaml', + mode: 'mllike' + }, { name: 'Pascal', mode: 'pascal'