diff options
author | Nathan Henrie <n8henrie@users.noreply.github.com> | 2022-08-07 01:27:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 16:27:17 +0900 |
commit | 5063804d44fe149ed39149848f92b5960f4f7164 (patch) | |
tree | cab553ae5166a556ab5b2a57d81f86c29a97e707 /doc/ale-openscad.txt | |
parent | e10fcf22dcc0441da3c984e26ae2e467b0ae554f (diff) | |
download | ale-5063804d44fe149ed39149848f92b5960f4f7164.zip |
Add openscad and sca2d support (#4205)
Diffstat (limited to 'doc/ale-openscad.txt')
-rw-r--r-- | doc/ale-openscad.txt | 25 |
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: |