diff options
author | 2015-01-22 16:16:31 -0500 | |
---|---|---|
committer | 2015-01-22 16:16:31 -0500 | |
commit | 2eef170741c3ddcc4528b26b6f08750f00149bad (patch) | |
tree | f9fa1cc9591dad377ccda137211deef13324b31a /modules/textadept/run.lua | |
parent | 3f75097ce48896a583fdce6df819135b98e1585f (diff) | |
download | textadept-2eef170741c3ddcc4528b26b6f08750f00149bad.tar.gz textadept-2eef170741c3ddcc4528b26b6f08750f00149bad.zip |
Small code and documentation cleanup.
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 04339648..196bd8db 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -7,6 +7,7 @@ local M = {} -- Compile and run source code files with Textadept. -- [Language modules](#_M.Compile.and.Run) may tweak the `compile_commands`, -- `run_commands`, and/or `error_patterns` tables for particular languages. +-- The user may tweak `build_commands` for particular projects. -- @field MARK_WARNING (number) -- The run or compile warning marker number. -- @field MARK_ERROR (number) |