zakhenry / embedme

Utility for embedding code snippets into markdown documents
MIT License
229 stars 38 forks source link

Feat/add OCaml language support #58

Open idkjs opened 4 years ago

idkjs commented 4 years ago

Just to be thorough about it, added ocaml support.

I also want to note that if you are using this with a configured ocaml/reason repo you cant have to files with the same name so example.ml and example.re would violate that. I change the names of the .ml files accordingly.