Skip to content

Commit e265610

Browse files
authored
feat(ft): added openscad support (#417)
It would be great to have OpenSCAD support, comment syntax is basically C, this should add it.
1 parent b0bfe92 commit e265610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ local L = setmetatable({
121121
objcpp = { M.cxx_l, M.cxx_b },
122122
ocaml = { M.fsharp_b, M.fsharp_b },
123123
odin = { M.cxx_l, M.cxx_b },
124+
openscad = { M.cxx_l, M.cxx_b },
124125
plantuml = { "'%s", "/'%s'/" },
125126
purescript = { M.dash, M.haskell_b },
126127
puppet = { M.hash },

0 commit comments

Comments
 (0)