From 654425846dcab5e3b6d83c41c9f26c547a3f5a7c Mon Sep 17 00:00:00 2001 From: Vladimir Levin Date: Fri, 28 Jun 2024 18:41:00 +0900 Subject: [PATCH] feat: Added support of PugJS --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 34afffa..686f8e0 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -132,6 +132,7 @@ local L = setmetatable({ odin = { M.cxx_l, M.cxx_b }, openscad = { M.cxx_l, M.cxx_b }, plantuml = { "'%s", "/'%s'/" }, + pug = { M.cxx_l, '//-%s' }, purescript = { M.dash, M.haskell_b }, puppet = { M.hash }, python = { M.hash }, -- Python doesn't have block comments