aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lua/init.lua')
-rw-r--r--modules/lua/init.lua10
1 files changed, 3 insertions, 7 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua
index 235a7e8c..173398ac 100644
--- a/modules/lua/init.lua
+++ b/modules/lua/init.lua
@@ -8,9 +8,7 @@ local M = {}
-- It provides utilities for editing Lua code.
-- User tags are loaded from `_USERHOME/modules/lua/tags` and user apis are
-- loaded from `_USERHOME/modules/lua/api`.
-module('_M.lua')]]
-
--- Markdown:
+--
-- ## Key Commands
--
-- + `Ctrl+L, M` (`⌘L, M` on Mac OSX)
@@ -25,11 +23,9 @@ module('_M.lua')]]
-- + `:`
-- When to the right of a known symbol, show an autocompletion list of
-- functions only.
---
--- ## Fields
---
--- * `sense`
+-- @field sense
-- The Lua [Adeptsense](_M.textadept.adeptsense.html).
+module('_M.lua')]]
local m_editing, m_run = _M.textadept.editing, _M.textadept.run
-- Comment string tables use lexer names.