aboutsummaryrefslogtreecommitdiff
path: root/doc/11_Scripting.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-04-10 11:05:01 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-04-10 11:05:01 -0400
commit9e0c7cd5202d738bebc92a1e6c332f6a07fff245 (patch)
treec30e00479887e02470636b17ec07d557932afb0f /doc/11_Scripting.md
parent98e04ce98242382105520bd7cd09bd5bc5209829 (diff)
downloadtextadept-9e0c7cd5202d738bebc92a1e6c332f6a07fff245.tar.gz
textadept-9e0c7cd5202d738bebc92a1e6c332f6a07fff245.zip
Added note about LuaJIT compatibility; doc/11_Scripting.md
Diffstat (limited to 'doc/11_Scripting.md')
-rw-r--r--doc/11_Scripting.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/11_Scripting.md b/doc/11_Scripting.md
index d2ce5f08..a214fe0f 100644
--- a/doc/11_Scripting.md
+++ b/doc/11_Scripting.md
@@ -54,6 +54,15 @@ as vanilla Lua with the following exceptions:
[Lua 5.2]: http://www.lua.org/manual/5.2/
+### LuaJIT
+
+Even though Textadept can be run with [LuaJIT][], LuaJIT is based on Lua 5.1 and
+is not fully compatible with Lua 5.2. Therefore, modules and scripts should be
+written to be compatible with both versions. There is a compatibility layer in
+`core/compat.lua`. Please see it for more information.
+
+[LuaJIT]: http://luajit.org
+
## Scintilla
The editing component used by Textadept is [Scintilla][]. The [buffer][] part of