blob: 1f882d4151c1114fa167276282d221f1b67a6cff (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|