aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/5_FolderStructure.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 19:18:34 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 19:18:34 -0400
commitf0c0e4d8c11843fb6b5dc4c6f590fa25714ab949 (patch)
tree69f582f799ed0cb851d1b44d15a7d5a9b58290cf /doc/manual/5_FolderStructure.md
parent9cc9f312c3c156aaf2f97713bb3a760bd224c52d (diff)
downloadtextadept-f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949.tar.gz
textadept-f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949.zip
Cleanup.
Diffstat (limited to 'doc/manual/5_FolderStructure.md')
-rw-r--r--doc/manual/5_FolderStructure.md7
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.