From 2e21e319e13d886f39890ed9dda54d3513eed638 Mon Sep 17 00:00:00 2001 From: Szepesi Tibor Date: Thu, 20 Jun 2024 22:30:12 +0200 Subject: [PATCH] feat(ft): support block comments in blueprint --- lua/Comment/ft.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 34afffa..1e25b99 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -47,7 +47,7 @@ local L = setmetatable({ bash = { M.hash }, beancount = { M.semicolon }, bib = { M.latex }, - blueprint = { M.cxx_l }, -- Blueprint doesn't have block comments + blueprint = { M.cxx_l, M.cxx_b }, c = { M.cxx_l, M.cxx_b }, cabal = { M.dash }, cairo = { M.cxx_l },