aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-12-16 22:31:56 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-12-16 22:31:56 -0500
commit6c5be8756b02d0d3f9dbb7366aca545dfb9cf477 (patch)
treebb33c74674d416b1fc3de003756075e0d648a907
parentd94dd67253b56c98131c3ba65a02651a0b9f5e87 (diff)
Added MEDIA.md.
-rw-r--r--MEDIA.md21
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