Contents

_M.lua

The lua module. It provides utilities for editing Lua code.

Key Bindings


Fields


sense

The Lua Adeptsense. It loads user tags from _USERHOME/modules/lua/tags and user apidocs from _USERHOME/modules/lua/api.


Functions


try_to_autocomplete_end()

Tries to autocomplete control structures like if, while, for, etc. with the end keyword.

See also:


Tables


_G.keys.lua

Container for Lua-specific key bindings.


_G.snippets.lua

Container for Lua-specific snippets.


control_structure_patterns

List of patterns for auto-end completion for control structures.

See also: