mirror of
https://github.com/dense-analysis/ale.git
synced 2026-07-29 19:26:46 +08:00
Add janet-format fixer for Janet (#5142)
This commit is contained in:
@@ -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:
|
||||
@@ -329,6 +329,8 @@ Notes:
|
||||
* `inko` !!
|
||||
* ISPC
|
||||
* `ispc`!!
|
||||
* Janet
|
||||
* `janet-format`
|
||||
* Java
|
||||
* `PMD`
|
||||
* `checkstyle`!!
|
||||
|
||||
@@ -3687,6 +3687,8 @@ documented in additional help files.
|
||||
inko..................................|ale-inko-inko|
|
||||
ispc....................................|ale-ispc-options|
|
||||
ispc..................................|ale-ispc-ispc|
|
||||
janet...................................|ale-janet-options|
|
||||
janet-format..........................|ale-janet-janet-format|
|
||||
java....................................|ale-java-options|
|
||||
checkstyle............................|ale-java-checkstyle|
|
||||
clang-format..........................|ale-java-clangformat|
|
||||
|
||||
Reference in New Issue
Block a user