diff options
author | jiangzhi.xie <xiejiangzhi@gmail.com> | 2018-01-08 23:19:17 +0800 |
---|---|---|
committer | jiangzhi.xie <xiejiangzhi@gmail.com> | 2018-01-08 23:32:02 +0800 |
commit | 112fcf7dd57a077f70ae39bb03d192f5c832aa2e (patch) | |
tree | 7f869ba3afaec822893b7e0a2856877a05153158 /doc/ale-lua.txt | |
parent | f1747901cc00abb7becb64c02bfccad46b66ed21 (diff) | |
download | ale-112fcf7dd57a077f70ae39bb03d192f5c832aa2e.zip |
Add a luac linter for Lua
Diffstat (limited to 'doc/ale-lua.txt')
-rw-r--r-- | doc/ale-lua.txt | 9 |
1 files changed, 9 insertions, 0 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* |