diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 09f9279..4ca518f 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 + racket = { M.lisp_l, M.lisp_b }, readline = { M.hash }, rego = { M.hash }, remind = { M.hash },