diff options
Diffstat (limited to 'doc/07_Modules.md')
-rw-r--r-- | doc/07_Modules.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/07_Modules.md b/doc/07_Modules.md index f78419ee..fb8faca1 100644 --- a/doc/07_Modules.md +++ b/doc/07_Modules.md @@ -22,13 +22,11 @@ modules when Textadept starts. Language-specific modules have a scope limited to a single programming language. The name of the module is named after the language's lexer in the *lexers/* directory and is automatically loaded when editing source code in that -particular language. In addition to some of the editing features discussed -[earlier][], these kinds of modules typically also have shell commands for +particular language. In addition to the source code editing features discussed +previously, these kinds of modules typically also have shell commands for running and compiling code, indentation settings, custom key bindings, and perhaps a custom context menu. These features are discussed below. -[earlier]: 06_AdeptEditing.html#Source.Code.Editing - ### Compile and Run Most language-specific modules have a command that compiles and/or runs the code |