blob: 0d0384904ede1ec68f4ce48e935d18292e187dcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- Copyright 2007-2009 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'
|