From e06a65c72eaffd9b76b90871ad50a62d19c5cf5e Mon Sep 17 00:00:00 2001 From: toh995 <52012721+toh995@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:43:39 -0700 Subject: [PATCH] feat(ft): add `rasi` support --- lua/Comment/ft.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 09f9279e..238d8305 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -99,7 +99,7 @@ local L = setmetatable({ markdown = { M.html, M.html }, make = { M.hash }, mbsyncrc = { M.dbl_hash }, - mermaid = { "%%%s" }, + mermaid = { '%%%s' }, meson = { M.hash }, nextflow = { M.cxx_l, M.cxx_b }, nim = { M.hash, '#[%s]#' }, @@ -115,6 +115,7 @@ local L = setmetatable({ proto = { M.cxx_l, M.cxx_b }, quarto = { M.html, M.html }, r = { M.hash }, -- R doesn't have block comments + rasi = { M.cxx_l, M.cxx_b }, readline = { M.hash }, rego = { M.hash }, remind = { M.hash },