Module _m.lua.commands
Commands for the lua module.
Functions
goto_required () |
Determines the Lua file being 'require'd, searches through package.path for that file, and opens it in Textadept. |
try_to_autocomplete_end () |
Tries to autocomplete Lua's 'end' keyword for control structures like 'if', 'while', 'for', etc. |
Tables
Functions
- goto_required ()
-
Determines the Lua file being 'require'd, searches through package.path for that file, and opens it in Textadept.
- try_to_autocomplete_end ()
-
Tries to autocomplete Lua's 'end' keyword for control structures like 'if', 'while', 'for', etc.
See also:
Tables
- control_structure_patterns
- Patterns for auto 'end' completion for control structures.