We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2815ea1 commit d749c32Copy full SHA for d749c32
init.lua
@@ -148,7 +148,10 @@ function M.cycle_history_next()
148
end
149
150
--- Table of key bindings for the REPL.
151
-M.keys = {} -- empty declaration to avoid LDoc processing
+-- @field keys
152
+
153
+-- This separation is needed to prevent LDoc from parsing the following table.
154
155
M.keys = {
156
['\n'] = M.evaluate_repl, --
157
['ctrl+ '] = M.complete_lua, --
0 commit comments