rjpcomputing / ta-common

Some modifications for the Textadept editor.

Home Page:http://rgieseke.github.com/ta-common/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textadept Common

Some functions, key commands and modifications that change Textadept's default behaviour. It contains modifications to Mitchell's Textadept modules, code from Brian Schott and others who posted to the mailing list or the Textadept wiki. It is licensed under the MIT license.

Installation

Download a zipped version and save the contained directory as .textadept/modules/common or clone the git repository:

cd ~/.textadept/modules
git clone https://github.com/rgieseke/ta-common.git common

Put

_M.common = require 'common'

in your .textadept/init.lua

See also the annotated source: http://rgieseke.github.com/ta-common

About

Some modifications for the Textadept editor.

http://rgieseke.github.com/ta-common/


Languages

Language:Lua 98.7%Language:Shell 1.3%