File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ local filetypes = {
162162 [" node" ] = " node_modules" ,
163163 [" ocaml" ] = " ml" ,
164164 [" ogg" ] = " ogg" ,
165+ [" openscad" ] = " scad" ,
165166 [" opus" ] = " opus" ,
166167 [" otf" ] = " otf" ,
167168 [" pck" ] = " pck" ,
Original file line number Diff line number Diff line change @@ -1586,6 +1586,12 @@ local icons_by_file_extension = {
15861586 cterm_color = " 167" ,
15871587 name = " sbt" ,
15881588 },
1589+ [" scad" ] = {
1590+ icon = " " ,
1591+ color = " #f9d72c" ,
1592+ cterm_color = " 226" ,
1593+ name = " OpenSCAD" ,
1594+ },
15891595 [" scala" ] = {
15901596 icon = " " ,
15911597 color = " #cc3e44" ,
Original file line number Diff line number Diff line change @@ -1586,6 +1586,12 @@ local icons_by_file_extension = {
15861586 cterm_color = " 88" ,
15871587 name = " sbt" ,
15881588 },
1589+ [" scad" ] = {
1590+ icon = " " ,
1591+ color = " #53480f" ,
1592+ cterm_color = " 58" ,
1593+ name = " OpenSCAD" ,
1594+ },
15891595 [" scala" ] = {
15901596 icon = " " ,
15911597 color = " #992e33" ,
You can’t perform that action at this time.
0 commit comments