Skip to content

Commit

Permalink
feat(ft): added puppet support (#396)
Browse files Browse the repository at this point in the history
# What
Add Puppet configuration

Signed-off-by: Julien Godin <[email protected]>
  • Loading branch information
JGodin-C2C authored Jun 9, 2024
1 parent 8961532 commit 8804df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 8804df5

Please sign in to comment.