aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
blob: b07a47c71aa041ed9f4169eb83c0bd94884f387b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.

---
-- The textadept module.
-- It provides utilities for editing text in Textadept.
module('_m.textadept', package.seeall)

require 'textadept.bookmarks'
require 'textadept.editing'
require 'textadept.lsnippets'
require 'textadept.run'
require 'textadept.session'