diff options
author | 2014-05-24 12:09:44 -0400 | |
---|---|---|
committer | 2014-05-24 12:09:44 -0400 | |
commit | 68147393527efc2364e821a3979d853aac0e5940 (patch) | |
tree | b480658fc9ed2b9cec09564c6e44457fceff8dc3 /doc/11_Scripting.md | |
parent | 0e201469a0913267011ce59ff12eb46c3be56a2f (diff) | |
download | textadept-68147393527efc2364e821a3979d853aac0e5940.tar.gz textadept-68147393527efc2364e821a3979d853aac0e5940.zip |
Removed Adeptsense in favor of new framework committed in r1735.
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter
functions.
Diffstat (limited to 'doc/11_Scripting.md')
-rw-r--r-- | doc/11_Scripting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/11_Scripting.md b/doc/11_Scripting.md index c0c68b59..5e8579f6 100644 --- a/doc/11_Scripting.md +++ b/doc/11_Scripting.md @@ -5,9 +5,9 @@ for editing Lua code. Textadept provides syntax autocompletion and documentation for the Lua and Textadept APIs. The [`lua` module][] also has more tools for working with Lua code. - + - + [`lua` module]: api/_M.lua.html |