diff options
Diffstat (limited to 'MEDIA.md')
-rw-r--r-- | MEDIA.md | 21 |
1 files changed, 21 insertions, 0 deletions
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. + +<iframe width="560" height="315" style="margin-left: 1em;" + src="http://www.youtube.com/embed/-rMC2s0s-zA" frameborder="0" + allowfullscreen></iframe> + +[slides]: download/textadept_lua_wshop2012.pdf |