Add elm as a default comment type in the comment plugin. (#1586)

This commit is contained in:
allanderek
2020-03-24 14:56:50 +00:00
committed by GitHub
parent 48ca19873f
commit ee157f6503
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ ft["javascript"] = "// %s"
ft["ruby"] = "# %s"
ft["d"] = "// %s"
ft["swift"] = "// %s"
ft["elm"] = "-- %s"
function onBufferOpen(buf)
if buf.Settings["commenttype"] == nil then