Split F# and OCaml entries (#475)

While they use the same mode, OCaml is easy to miss.
main
Etienne Millon 6 years ago committed by Michael Fix
parent a9b25e05a3
commit f80c835328

@ -219,7 +219,7 @@ export const LANGUAGES = [
mode: 'fortran' mode: 'fortran'
}, },
{ {
name: 'F# / OCaml', name: 'F#',
mode: 'mllike' mode: 'mllike'
}, },
{ {
@ -328,6 +328,10 @@ export const LANGUAGES = [
mime: 'text/x-objectivec', mime: 'text/x-objectivec',
short: 'objectivec' short: 'objectivec'
}, },
{
name: 'OCaml',
mode: 'mllike'
},
{ {
name: 'Pascal', name: 'Pascal',
mode: 'pascal' mode: 'pascal'

Loading…
Cancel
Save