]> git.lizzy.rs Git - micro.git/blobdiff - runtime/plugins/comment/comment.lua
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / plugins / comment / comment.lua
index 4c3032c6088bd490e1f55d175006551a3ef0c422..ce49dcaabb7becbadda52f0e5727dfa38f6319f6 100644 (file)
@@ -35,6 +35,7 @@ ft["markdown"] = "<!-- %s -->"
 ft["nginx"] = "# %s"
 ft["nim"] = "# %s"
 ft["objc"] = "// %s"
+ft["ocaml"] = "(* %s *)"
 ft["pascal"] = "{ %s }"
 ft["perl"] = "# %s"
 ft["php"] = "// %s"