Add janet-format fixer for Janet (#5142)

This commit is contained in:
David Gouch
2026-07-25 22:22:54 +09:00
committed by GitHub
parent 5fab9dec37
commit 5d4b0881b7
7 changed files with 62 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
===============================================================================
ALE Janet Integration *ale-janet-options*
===============================================================================
janet-format *ale-janet-janet-format*
*ale-options.janet_janet_format_executable*
*g:ale_janet_janet_format_executable*
*b:ale_janet_janet_format_executable*
janet_janet_format_executable
g:ale_janet_janet_format_executable
Type: |String|
Default: `'janet-format'`
This variable sets the executable used for janet-format.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: