I cannot get my ocaml code block highlight in vscode markdown files. The default syntax to specify language is ```language
where you can put the name of the language to get highlighted. I cannot find the documentation for the keywords for ocaml. .ml
files do have highlights. Any help?
CodePudding user response:
You need to install an extension like "OCaml and Reason IDE" to get highlighting.