diff --git a/lib/constants.js b/lib/constants.js index 8571464..2d8d0e6 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -729,6 +729,13 @@ export const LANGUAGES = [ mode: 'erlang', highlight: true, }, + { + name: 'F#', + mime: 'text/x-fsharp', + mode: 'mllike', + short: 'fsharp', + highlight: true, + }, { name: 'Fortran', mode: 'fortran', @@ -870,7 +877,7 @@ export const LANGUAGES = [ highlight: true, }, { - name: 'OCaml/F#', + name: 'OCaml', mode: 'mllike', short: 'ocaml', highlight: true,