summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-lua.txt9
-rw-r--r--doc/ale.txt3
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt
index 74d6b94a..b6fab379 100644
--- a/doc/ale-lua.txt
+++ b/doc/ale-lua.txt
@@ -1,6 +1,15 @@
===============================================================================
ALE Lua Integration *ale-lua-options*
+===============================================================================
+luac *ale-lua-luac*
+
+g:ale_lua_luac_executable *g:ale_lua_luac_executable*
+ *b:ale_lua_luac_executable*
+ Type: |String|
+ Default: `'luac'`
+
+ This variable can be changed to change the path to luac.
===============================================================================
luacheck *ale-lua-luacheck*
diff --git a/doc/ale.txt b/doc/ale.txt
index 25c1abe0..6cebbce6 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -125,6 +125,7 @@ CONTENTS *ale-contents*
llvm..................................|ale-llvm-options|
llc.................................|ale-llvm-llc|
lua...................................|ale-lua-options|
+ luac................................|ale-lua-luac|
luacheck............................|ale-lua-luacheck|
markdown..............................|ale-markdown-options|
write-good..........................|ale-markdown-write-good|
@@ -323,7 +324,7 @@ Notes:
* LaTeX (tex): `alex`!!, `chktex`, `lacheck`, `proselint`, `redpen`, `vale`, `write-good`
* Less: `lessc`, `prettier`, `stylelint`
* LLVM: `llc`
-* Lua: `luacheck`
+* Lua: `luac`, `luacheck`
* Mail: `alex`!!, `proselint`, `vale`
* Make: `checkmake`
* Markdown: `alex`!!, `mdl`, `proselint`, `redpen`, `remark-lint`, `vale`, `write-good`