UNPKG

linguist-languages

Version:
25 lines (24 loc) 410 B
module.exports = { "name": "OCaml", "type": "programming", "aceMode": "ocaml", "codemirrorMode": "mllike", "codemirrorMimeType": "text/x-ocaml", "color": "#ef7a08", "extensions": [ ".ml", ".eliom", ".eliomi", ".ml4", ".mli", ".mll", ".mly" ], "interpreters": [ "ocaml", "ocamlrun", "ocamlscript" ], "tmScope": "source.ocaml", "languageId": 255 }