aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
blob: 86e0919548b3f00211af5f9af5bc31e506535eed (plain)
1
2
3
4
5
6
7
8
9
10
11
-- Copyright 2007-2008 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.editing'
require 'textadept.lsnippets'
require 'textadept.macros'
require 'textadept.mlines'