From 6c5be8756b02d0d3f9dbb7366aca545dfb9cf477 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 16 Dec 2012 22:31:56 -0500 Subject: Added MEDIA.md. --- MEDIA.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 MEDIA.md diff --git a/MEDIA.md b/MEDIA.md new file mode 100644 index 00000000..ed2aa57b --- /dev/null +++ b/MEDIA.md @@ -0,0 +1,21 @@ +# Media + +## Lua Workshop 2012 + +*Textadept - Behind the Scenes* ([slides][]) + +Textadept is a fast, minimalist, and ridiculously extensible cross-platform text +editor for programmers. It is written in a combination of C and Lua. Textadept +uses Lua to solve many interesting and complex problems encountered in text +editor design, including syntax highlighting, syntax-based code completion, and +scripting external C libraries and GUI components. This talk will focus on +examining the internals of Textadept, from its innovative LPeg syntax +highlighting engine to the embedded Lua scripting environment that provides +nearly all of the editor's features. Come learn about Textadept and also about +how you can use and extend it to fit your workflow. + + + +[slides]: download/textadept_lua_wshop2012.pdf -- cgit v1.2.3