summaryrefslogtreecommitdiff
path: root/doc/ale-openscad.txt
diff options
context:
space:
mode:
authorNathan Henrie <n8henrie@users.noreply.github.com>2022-08-07 01:27:17 -0600
committerGitHub <noreply@github.com>2022-08-07 16:27:17 +0900
commit5063804d44fe149ed39149848f92b5960f4f7164 (patch)
treecab553ae5166a556ab5b2a57d81f86c29a97e707 /doc/ale-openscad.txt
parente10fcf22dcc0441da3c984e26ae2e467b0ae554f (diff)
downloadale-5063804d44fe149ed39149848f92b5960f4f7164.zip
Add openscad and sca2d support (#4205)
Diffstat (limited to 'doc/ale-openscad.txt')
-rw-r--r--doc/ale-openscad.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/ale-openscad.txt b/doc/ale-openscad.txt
new file mode 100644
index 00000000..ac416bc3
--- /dev/null
+++ b/doc/ale-openscad.txt
@@ -0,0 +1,25 @@
+===============================================================================
+ALE OpenSCAD Integration *ale-openscad-options*
+
+
+===============================================================================
+sca2d *ale-openscad-sca2d*
+
+g:ale_openscad_sca2d_executable *g:ale_openscad_sca2d_executable*
+ *b:ale_openscad_sca2d_executable*
+ Type: |String|
+ Default: `'sca2d'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_openscad_sca2d_options *g:ale_openscad_sca2d_options*
+ *b:ale_openscad_sca2d_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass options to sca2d.
+
+
+===============================================================================
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: