Skip to content

Commit

Permalink
feat(ft): added openscad support (#417)
Browse files Browse the repository at this point in the history
It would be great to have OpenSCAD support, comment syntax is basically
C, this should add it.
  • Loading branch information
cculpepper committed Jun 9, 2024
1 parent b0bfe92 commit e265610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit e265610

Please sign in to comment.