Add comment support for OCaml (#1776)

This commit is contained in:
Ryan Westlund
2020-07-15 14:13:44 -04:00
committed by GitHub
parent 1a89d2095d
commit 1343955b05

View 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"