aboutsummaryrefslogtreecommitdiff
path: root/TECHNOLOGY.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-04-25 22:52:33 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2018-04-25 22:52:33 -0400
commit5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 (patch)
treea66ddc4caf4b8a9509330433571d586a6843fe27 /TECHNOLOGY.md
parent795f72c6d49c0566517a43808ce7aaf405220f31 (diff)
downloadtextadept-5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39.tar.gz
textadept-5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39.zip
Removed LuaJIT version of Textadept.
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
Diffstat (limited to 'TECHNOLOGY.md')
-rw-r--r--TECHNOLOGY.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/TECHNOLOGY.md b/TECHNOLOGY.md
index 309a9f11..81ccba97 100644
--- a/TECHNOLOGY.md
+++ b/TECHNOLOGY.md
@@ -40,9 +40,6 @@ Lua and includes a few external libraries.
Textadept uses Lua as its internal scripting language. Most of Textadept is
written in Lua.
-=[LuaJIT][] - Just in Time Compiler for Lua=
- Textadept optionally uses LuaJIT as a substitute for vanilla Lua.
-
=[LPeg][] - Parsing Expression Grammars for Lua=
Textadept uses LPeg in its Scintilla lexers.
@@ -57,7 +54,6 @@ Lua and includes a few external libraries.
[GTK+]: http://www.gtk.org
[Scintilla]: http://scintilla.org
[Lua]: http://www.lua.org
-[LuaJIT]: http://luajit.org
[LPeg]: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
[LuaFileSystem]: http://keplerproject.github.io/luafilesystem/
[lspawn]: http://foicica.com/hg/lspawn