aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-08-06 05:04:35 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-08-06 05:04:35 -0400
commit58dc16406976d8c18191470a6bafaeda793ed523 (patch)
treee0ebc0d98baf143ae90fb63fe347aefeaa110d96 /modules/textadept/init.lua
parenta20651bf0b5e9fb00ac8e7b6f5608f332d15cab6 (diff)
downloadtextadept-58dc16406976d8c18191470a6bafaeda793ed523.tar.gz
textadept-58dc16406976d8c18191470a6bafaeda793ed523.zip
Initial import of the textadept module.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
new file mode 100644
index 00000000..1f882d41
--- /dev/null
+++ b/modules/textadept/init.lua
@@ -0,0 +1,12 @@
+-- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+
+---
+-- The textadept module.
+-- It provides utilities for editing text in Textadept.
+module('modules.textadept', package.seeall)
+
+require 'textadept.editing'
+require 'textadept.keys'
+require 'textadept.mlines'
+require 'textadept.snippets'
+require 'textadept.key_commands' -- last