From 8804df541425fa471ca1e1d2cc5484f511395cc3 Mon Sep 17 00:00:00 2001 From: Julien Godin <40758407+JGodin-C2C@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:09:27 +0200 Subject: [PATCH] feat(ft): added `puppet` support (#396) # What Add Puppet configuration Signed-off-by: Julien Godin --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index c525677..227f698 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -117,6 +117,7 @@ local L = setmetatable({ odin = { M.cxx_l, M.cxx_b }, plantuml = { "'%s", "/'%s'/" }, purescript = { M.dash, M.haskell_b }, + puppet = { M.hash }, python = { M.hash }, -- Python doesn't have block comments php = { M.cxx_l, M.cxx_b }, prisma = { M.cxx_l },