diff options
author | 2012-10-30 20:45:41 -0400 | |
---|---|---|
committer | 2012-10-30 20:45:41 -0400 | |
commit | 91d84c4643618e080e1f9abb70416ada5d03db73 (patch) | |
tree | 4b60592ef4966076423aa02165a4f2cabf8e0bbe /doc/07_Modules.md | |
parent | 8020ef7e08d812ac28d5c5ff12d311d1ee3b39a6 (diff) | |
download | textadept-91d84c4643618e080e1f9abb70416ada5d03db73.tar.gz textadept-91d84c4643618e080e1f9abb70416ada5d03db73.zip |
Continued updating documentation formatting.
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 |