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'