diff options
author | 2010-06-11 19:18:34 -0400 | |
---|---|---|
committer | 2010-06-11 19:18:34 -0400 | |
commit | f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949 (patch) | |
tree | 69f582f799ed0cb851d1b44d15a7d5a9b58290cf /doc/manual/5_FolderStructure.md | |
parent | 9cc9f312c3c156aaf2f97713bb3a760bd224c52d (diff) | |
download | textadept-f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949.tar.gz textadept-f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949.zip |
Cleanup.
Diffstat (limited to 'doc/manual/5_FolderStructure.md')
-rw-r--r-- | doc/manual/5_FolderStructure.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/manual/5_FolderStructure.md b/doc/manual/5_FolderStructure.md index a9a61299..4fc2f8d3 100644 --- a/doc/manual/5_FolderStructure.md +++ b/doc/manual/5_FolderStructure.md @@ -9,13 +9,6 @@ Textadept's core Lua modules are contained in `core/`. These are absolutely necessary in order for Textadept to run. They are responsible for Textadept's Lua to C interface, event structure, file input/output, and localization. -## Core Extension - -Core extension Lua modules are in `core/ext/`. These are optional and not -required, but are stored in `core/` because they could be considered "core -functionality". They are responsible for features like find/replace and the -handling of key commands, menus, and file types. - ## Lexers Lexer Lua modules are responsible for the syntax highlighting of source code. |