Skip to content

Commit 8804df5

Browse files
authored
feat(ft): added puppet support (#396)
# What Add Puppet configuration Signed-off-by: Julien Godin <julien.godin@camptocamp.com>
1 parent 8961532 commit 8804df5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ local L = setmetatable({
117117
odin = { M.cxx_l, M.cxx_b },
118118
plantuml = { "'%s", "/'%s'/" },
119119
purescript = { M.dash, M.haskell_b },
120+
puppet = { M.hash },
120121
python = { M.hash }, -- Python doesn't have block comments
121122
php = { M.cxx_l, M.cxx_b },
122123
prisma = { M.cxx_l },

0 commit comments

Comments
 (0)