oCaml constant

LanguageInfo const oCaml

The information provided by linguist about the "OCaml" language or content type.

Implementation

static const LanguageInfo oCaml = LanguageInfo(
  name: 'OCaml',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.ml',
    '.eliom',
    '.eliomi',
    '.ml4',
    '.mli',
    '.mll',
    '.mly',
  ],
  filenames: [],
  interpreters: [
    'ocaml',
    'ocamlrun',
    'ocamlscript',
  ],
  linguistColor: '#ef7a08',
  aceMode: 'ocaml',
  codeMirrorMode: 'mllike',
  codeMirrorMimeType: 'text/x-ocaml',
  textMateScope: 'source.ocaml',
);