File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ local filetypes = {
162
162
[" node" ] = " node_modules" ,
163
163
[" ocaml" ] = " ml" ,
164
164
[" ogg" ] = " ogg" ,
165
+ [" openscad" ] = " scad" ,
165
166
[" opus" ] = " opus" ,
166
167
[" otf" ] = " otf" ,
167
168
[" pck" ] = " pck" ,
Original file line number Diff line number Diff line change @@ -1586,6 +1586,12 @@ local icons_by_file_extension = {
1586
1586
cterm_color = " 167" ,
1587
1587
name = " sbt" ,
1588
1588
},
1589
+ [" scad" ] = {
1590
+ icon = " " ,
1591
+ color = " #f9d72c" ,
1592
+ cterm_color = " 226" ,
1593
+ name = " OpenSCAD" ,
1594
+ },
1589
1595
[" scala" ] = {
1590
1596
icon = " " ,
1591
1597
color = " #cc3e44" ,
Original file line number Diff line number Diff line change @@ -1586,6 +1586,12 @@ local icons_by_file_extension = {
1586
1586
cterm_color = " 88" ,
1587
1587
name = " sbt" ,
1588
1588
},
1589
+ [" scad" ] = {
1590
+ icon = " " ,
1591
+ color = " #53480f" ,
1592
+ cterm_color = " 58" ,
1593
+ name = " OpenSCAD" ,
1594
+ },
1589
1595
[" scala" ] = {
1590
1596
icon = " " ,
1591
1597
color = " #992e33" ,
You can’t perform that action at this time.
0 commit comments