From 186aaef31def2ca7ab8a8b61d643247708fffeb7 Mon Sep 17 00:00:00 2001 From: Marwin Glaser <29716248+marwing@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:52:49 +0200 Subject: [PATCH] feat(ft): add `mermaid` support (#352) Doc: https://mermaid.js.org/ --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index c272c28..92ea54f 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -97,6 +97,7 @@ local L = setmetatable({ markdown = { M.html, M.html }, make = { M.hash }, mbsyncrc = { M.dbl_hash }, + mermaid = { "%%%s" }, meson = { M.hash }, nextflow = { M.cxx_l, M.cxx_b }, nim = { M.hash, '#[%s]#' },