diff options
Diffstat (limited to 'doc')
-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. |