mirror of https://github.com/dense-analysis/ale
add basic documentation for elixir mix
This commit is contained in:
parent
3212278c91
commit
be1377f6d7
|
@ -0,0 +1,17 @@
|
||||||
|
===============================================================================
|
||||||
|
ALE Elixir Integration *ale-elixir-options*
|
||||||
|
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
mix *ale-elixir-mix*
|
||||||
|
|
||||||
|
g:ale_elixir_mix_options *g:ale_elixir_mix_options*
|
||||||
|
*b:ale_elixir_mix_options*
|
||||||
|
Type: |String|
|
||||||
|
Default: `'mix'`
|
||||||
|
|
||||||
|
|
||||||
|
This variable can be changed to specify the mix executable.
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
|
@ -48,6 +48,8 @@ CONTENTS *ale-contents*
|
||||||
dartanalyzer........................|ale-dart-dartanalyzer|
|
dartanalyzer........................|ale-dart-dartanalyzer|
|
||||||
dockerfile............................|ale-dockerfile-options|
|
dockerfile............................|ale-dockerfile-options|
|
||||||
hadolint............................|ale-dockerfile-hadolint|
|
hadolint............................|ale-dockerfile-hadolint|
|
||||||
|
elixir................................|ale-elixir-options|
|
||||||
|
mix.................................|ale-elixir-mix|
|
||||||
elm...................................|ale-elm-options|
|
elm...................................|ale-elm-options|
|
||||||
elm-format..........................|ale-elm-elm-format|
|
elm-format..........................|ale-elm-elm-format|
|
||||||
elm-make............................|ale-elm-elm-make|
|
elm-make............................|ale-elm-elm-make|
|
||||||
|
|
Loading…
Reference in New Issue