diff options
author | 2020-09-04 18:05:35 -0400 | |
---|---|---|
committer | 2020-09-04 18:05:35 -0400 | |
commit | affc6c91f7e26b0ba76a82c4eea94926cf46afb0 (patch) | |
tree | 334e4134dc2d14ddecf1e564e6c4be0d5999fa9e /core/keys.lua | |
parent | f95573558f3a418b000884c585c34211d682582c (diff) | |
download | textadept-affc6c91f7e26b0ba76a82c4eea94926cf46afb0.tar.gz textadept-affc6c91f7e26b0ba76a82c4eea94926cf46afb0.zip |
Small code cleanup.
Diffstat (limited to 'core/keys.lua')
-rw-r--r-- | core/keys.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua index da7be521..8d03c284 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -219,11 +219,12 @@ local function keypress(code, shift, control, alt, cmd, caps_lock) end events.connect(events.KEYPRESS, keypress) +--[[ This comment is for LuaDoc. --- -- Map of key bindings to commands, with language-specific key tables assigned -- to a lexer name key. -- @class table -- @name _G.keys -local keys +local keys]] return M |