mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
As 3D printing becomes more popular, more OpenSCAD projects will appear on github. This change allows linguist to recognize those projects. Hopefully, this will make finding projects easier.
4 lines
46 B
OpenSCAD
4 lines
46 B
OpenSCAD
// Simple sphere in OpenSCAD
|
|
|
|
sphere( r=10 );
|