Files
2025-11-25 22:42:56 +01:00

25 lines
393 B
JSON

{
"name": "OCaml",
"type": "programming",
"aceMode": "ocaml",
"codemirrorMode": "mllike",
"codemirrorMimeType": "text/x-ocaml",
"color": "#3be133",
"extensions": [
".ml",
".eliom",
".eliomi",
".ml4",
".mli",
".mll",
".mly"
],
"interpreters": [
"ocaml",
"ocamlrun",
"ocamlscript"
],
"tmScope": "source.ocaml",
"languageId": 255
}