From b6a5d4a9e62552b96ae2f37e7b9cf440951c9f7b Mon Sep 17 00:00:00 2001 From: Dimitris Dimitropoulos Date: Mon, 19 Aug 2024 19:37:56 +0300 Subject: [PATCH] feat(ft): add latex block comments Signed-off-by: Dimitris Dimitropoulos --- 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..2bb627a 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -167,7 +167,7 @@ local L = setmetatable({ tablegen = { M.cxx_l, M.cxx_b }, teal = { M.dash, M.dash_bracket }, terraform = { M.hash, M.cxx_b }, - tex = { M.latex }, + tex = { M.latex, '\\iffalse%s\\fi' }, template = { M.dbl_hash }, tidal = { M.dash, M.haskell_b }, tmux = { M.hash },