diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 4ca518f..89a5e58 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -120,6 +120,7 @@ local L = setmetatable({ rego = { M.hash }, remind = { M.hash }, robot = { M.hash }, -- Robotframework doesn't have block comments + ron = { M.cxx_l, M.cxx_b }, ruby = { M.hash }, rust = { M.cxx_l, M.cxx_b }, scala = { M.cxx_l, M.cxx_b },