Skip to content

Commit d749c32

Browse files
committed
Updated Lua documentation.
1 parent 2815ea1 commit d749c32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

init.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ function M.cycle_history_next()
148148
end
149149

150150
--- Table of key bindings for the REPL.
151-
M.keys = {} -- empty declaration to avoid LDoc processing
151+
-- @field keys
152+
153+
-- This separation is needed to prevent LDoc from parsing the following table.
154+
152155
M.keys = {
153156
['\n'] = M.evaluate_repl, --
154157
['ctrl+ '] = M.complete_lua, --

0 commit comments

Comments
 (0)