aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r--modules/textadept/run.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua
index 42423c7b..b8af5f66 100644
--- a/modules/textadept/run.lua
+++ b/modules/textadept/run.lua
@@ -8,9 +8,7 @@ local M = {}
-- Typically, language-specific modules populate the `compile_command`,
-- `run_command`, and `error_detail` tables for a particular language's file
-- extension.
-module('_M.textadept.run')]]
-
--- Markdown:
+--
-- ## Run Events
--
-- * `_G.events.COMPILE_OUTPUT`
@@ -31,6 +29,7 @@ module('_M.textadept.run')]]
-- Arguments:
-- * `lexer`: The lexer language.
-- * `output`: The output from the command.
+module('_M.textadept.run')]]
-- Events.
local events, events_connect, events_emit = events, events.connect, events.emit