summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAxel Clark <axel.clark@pm.me>2023-09-11 05:48:11 -0700
committerGitHub <noreply@github.com>2023-09-11 13:48:11 +0100
commitac615e7f656fb379cfe7cd205842b0f089a060d6 (patch)
tree9363c3295776dda51848c4cf3efd84eb48ea46fb /doc
parent1bf445c6d5c805db0e0733846538fa4bfd5d8a68 (diff)
downloadale-ac615e7f656fb379cfe7cd205842b0f089a060d6.zip
Add lexical for linting elixir projects (#4580)
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-elixir.txt18
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-elixir.txt b/doc/ale-elixir.txt
index 693db5aa..351b442a 100644
--- a/doc/ale-elixir.txt
+++ b/doc/ale-elixir.txt
@@ -105,4 +105,22 @@ See |ale-cspell-options|
===============================================================================
+lexical *ale-elixir-lexical*
+
+Lexical (https://github.com/lexical-lsp/lexical)
+
+g:ale_elixir_lexical_release *g:ale_elixir_lexical_release*
+ *b:ale_elixir_lexical_release*
+ Type: |String|
+ Default: `'lexical'`
+
+ Location of the lexical release directory. This directory must contain
+ the language server scripts (start_lexical.sh and start_lexical.bat).
+
+ For example, set release to: `/home/projects/lexical/_build/dev/rel/lexical`
+
+ There are currnetly no configuration options for lexical.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 07ad0a62..ff5a914f 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -168,6 +168,7 @@ Notes:
* `dialyxir`
* `dogma`!!
* `elixir-ls`
+ * `lexical`
* `mix`!!
* Elm
* `elm-format`
diff --git a/doc/ale.txt b/doc/ale.txt
index 0263c8cc..ded91aa3 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2993,6 +2993,7 @@ documented in additional help files.
elixir-ls.............................|ale-elixir-elixir-ls|
credo.................................|ale-elixir-credo|
cspell................................|ale-elixir-cspell|
+ lexical...............................|ale-elixir-lexical|
elm.....................................|ale-elm-options|
elm-format............................|ale-elm-elm-format|
elm-ls................................|ale-elm-elm-ls|