From bdccda5d155578f6564bd7b13f1d1affd48b0671 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 16 Mar 2012 16:53:53 -0400 Subject: Moved "Markdown:" comments into module LuaDoc comments. --- modules/lua/init.lua | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'modules/lua/init.lua') 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. -- cgit v1.2.3