linguist-languages
Version:
Linguist languages data
14 lines (13 loc) • 344 B
TypeScript
declare const _: {
name: 'OCaml'
type: 'programming'
color: '#ef7a08'
extensions: ['.ml', '.eliom', '.eliomi', '.ml4', '.mli', '.mll', '.mly']
tmScope: 'source.ocaml'
aceMode: 'ocaml'
languageId: 255
codemirrorMode: 'mllike'
codemirrorMimeType: 'text/x-ocaml'
interpreters: ['ocaml', 'ocamlrun', 'ocamlscript']
}
export = _