Add comment support for Haskell (#1728)

This commit is contained in:
Ryan Westlund
2020-06-15 16:11:51 -04:00
committed by GitHub
parent 9b62aa4170
commit 1793b6268b

View File

@@ -19,6 +19,7 @@ ft["php"] = "// %s"
ft["rust"] = "// %s"
ft["shell"] = "# %s"
ft["lua"] = "-- %s"
ft["haskell"] = "-- %s"
ft["javascript"] = "// %s"
ft["ruby"] = "# %s"
ft["d"] = "// %s"