From e2656107c30fedd339415b0d58750949b012dcd2 Mon Sep 17 00:00:00 2001 From: cculpepper Date: Sun, 9 Jun 2024 14:13:14 -0400 Subject: [PATCH] feat(ft): added `openscad` support (#417) It would be great to have OpenSCAD support, comment syntax is basically C, this should add it. --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 71e1b2b..9cbfe88 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -121,6 +121,7 @@ local L = setmetatable({ objcpp = { M.cxx_l, M.cxx_b }, ocaml = { M.fsharp_b, M.fsharp_b }, odin = { M.cxx_l, M.cxx_b }, + openscad = { M.cxx_l, M.cxx_b }, plantuml = { "'%s", "/'%s'/" }, purescript = { M.dash, M.haskell_b }, puppet = { M.hash },