diff options
Diffstat (limited to 'TECHNOLOGY.md')
-rw-r--r-- | TECHNOLOGY.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TECHNOLOGY.md b/TECHNOLOGY.md index dab8b6c0..569d047d 100644 --- a/TECHNOLOGY.md +++ b/TECHNOLOGY.md @@ -56,6 +56,10 @@ Lua and includes a few external libraries. =[LuaFileSystem][] - Library for accessing directories and file attributes= Textadept uses LFS for accessing the host filesystem. +=[luautf8][] - Library for additional UTF-8 string utilities= + Textadept uses a subset of luautf8 for Lua pattern matching with UTF-8 + patterns. + =[lspawn][]\* - Lua module for spawning processes= Textadept uses lspawn for spawning asynchronous processes. @@ -69,6 +73,7 @@ Lua and includes a few external libraries. [Scinterm]: http://foicica.com/scinterm [LPeg]: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html [LuaFileSystem]: http://keplerproject.github.io/luafilesystem/ +[luautf8]: https://github.com/starwing/luautf8/ [lspawn]: http://foicica.com/hg/lspawn [gtDialog]: http://foicica.com/gtdialog/ [ncurses]: http://invisible-island.net/ncurses/ |