From ca8aa9c26fc06c26d150d701ca8a73153be43f1d Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Tue, 22 May 2018 23:03:17 -0700 Subject: [PATCH] Add Puppet comment support --- comment.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/comment.lua b/comment.lua index 9ea38fc..243d495 100644 --- a/comment.lua +++ b/comment.lua @@ -12,6 +12,7 @@ ft["java"] = "// %s" ft["julia"] = "# %s" ft["perl"] = "# %s" ft["php"] = "// %s" +ft["puppet"] = "# %s" ft["rust"] = "// %s" ft["shell"] = "# %s" ft["lua"] = "-- %s"