summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-lua.txt19
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt
index 8b938ba0..7ee60d0e 100644
--- a/doc/ale-lua.txt
+++ b/doc/ale-lua.txt
@@ -77,6 +77,25 @@ g:ale_lua_luafmt_options *g:ale_lua_luafmt_options*
===============================================================================
+selene *ale-lua-selene*
+
+g:ale_lua_selene_executable *g:ale_lua_selene_executable*
+ *b:ale_lua_selene_executable*
+ Type: |String|
+ Default: `'selene'`
+
+ This variable can be set to use a different executable for selene.
+
+
+g:ale_lua_selene_options *g:ale_lua_selene_options*
+ *b:ale_lua_selene_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to selene.
+
+
+===============================================================================
stylua *ale-lua-stylua*
g:ale_lua_stylua_executable *g:ale_lua_stylua_executable*
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index f0ff29a7..a311cda9 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -327,6 +327,7 @@ Notes:
* `luac`
* `luacheck`
* `luafmt`
+ * `selene`
* `stylua`
* Mail
* `alex`
diff --git a/doc/ale.txt b/doc/ale.txt
index 96ecd5b8..8b8e1dca 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2980,6 +2980,7 @@ documented in additional help files.
luac..................................|ale-lua-luac|
luacheck..............................|ale-lua-luacheck|
luafmt................................|ale-lua-luafmt|
+ selene................................|ale-lua-selene|
stylua................................|ale-lua-stylua|
markdown................................|ale-markdown-options|
cspell................................|ale-markdown-cspell|