Add openscad faces snippet.

This commit is contained in:
voussoir 2021-08-26 21:31:37 -07:00
parent 3447b814c7
commit b85bb45bd8
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[
\$fa = \$preview ? 12 : $1;
\$fs = \$preview ? 2 : $2;
]]></content>
<tabTrigger>faces</tabTrigger>
<scope>source.scad</scope>
</snippet>