Add openscad and sca2d support (#4205)

This commit is contained in:
Nathan Henrie
2022-08-07 01:27:17 -06:00
committed by GitHub
parent e10fcf22dc
commit 5063804d44
8 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Before:
call ale#assert#SetUpLinterTest('openscad', 'sca2d')
After:
call ale#assert#TearDownLinterTest()
Execute(The options should be used in the command):
AssertLinter 'sca2d', ale#Escape('sca2d') . ' %s'
let b:ale_openscad_sca2d_options = '--foobar'
AssertLinter 'sca2d', ale#Escape('sca2d') . ' --foobar %s'