diff options
author | 2010-04-05 15:32:33 -0400 | |
---|---|---|
committer | 2010-04-05 15:32:33 -0400 | |
commit | c9780bff7285d4bf756c689229add52b4701570b (patch) | |
tree | 8d491e3eb516fde0b5dac4786003016504d13404 /doc/manual | |
parent | e20531bcb0cdd582c82a5083f917fb1b94557087 (diff) | |
download | textadept-c9780bff7285d4bf756c689229add52b4701570b.tar.gz textadept-c9780bff7285d4bf756c689229add52b4701570b.zip |
Code cleanup.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/1_Introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/1_Introduction.md b/doc/manual/1_Introduction.md index 7d61bfb6..050950e0 100644 --- a/doc/manual/1_Introduction.md +++ b/doc/manual/1_Introduction.md @@ -13,7 +13,7 @@ its number of features, Textadept breaks that trend, aiming to stay minimalist and fast, but at the same time being ridiculously extensible. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on feature bloat, recordable macros to speed up workflow, and shell -scripts to quickly transform text. Textadept takes it to the extreme: it gives +scripts to quickly transform text, Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded [Lua][Lua] language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua. Its incredibly fast startup time and |