From f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 11 Jun 2010 19:18:34 -0400 Subject: Cleanup. --- doc/manual/5_FolderStructure.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/manual/5_FolderStructure.md') 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. -- cgit v1.2.3