aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
AgeCommit message (Collapse)Author
2017-04-30Updated Lua documentation; modules/lua/apimitchell
2016-12-31Updated copyright information.mitchell
2016-12-08Updated Lua autocompletion and documentation.mitchell
2016-09-28Update Lua autocompletion and documentation.mitchell
2016-08-29Updated Lua autocompletion and documentation.mitchell
2016-07-11Updated Lua autocompletion and documentation.mitchell
2016-07-06Document how to generate Lua autocompletion and documentation for user modules.mitchell
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
As a result, changed `ui.find.lua` to `ui.find.regex` Also removed luautf8 dependency since it is no longer needed. Regex replacements cannot contain embedded Lua code. Jumping to "find in files" results selects those results instead of just jumping to their respective lines.
2016-07-01Updated Lua autocompletion and documentation.mitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell
2016-06-11Updated to Lua 5.3.3.mitchell
2016-04-29Updated Lua autocompletion and documentation.mitchell
2016-04-02Code cleanup.mitchell
Do not use `ipairs()` and use more consistent variable names among other things.
2016-03-26Support UTF-8 Lua pattern matching.mitchell
Makes use of an external luautf8 library, but only a subset of it.
2016-02-29Updated Lua autocompletion and documentation.mitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated Lua autocompletion and documentation.mitchell
2015-12-06Updated to Lua 5.3.2.mitchell
2015-11-07Updated Lua autocompletion and documentation.mitchell
2015-10-22Refactored 'ansi_c' and 'lua' modules' snippets.mitchell
Also removed command for auto-'end' insertion of Lua control structures since snippets are now favored.
2015-10-01Updated Lua autocompletion and documentation; modules/lua/apimitchell
2015-08-28Updated Lua autocompletion and documentation.mitchell
2015-08-08Added automatic syntax-checking capability as files are saved.mitchell
2015-06-30Updated Lua autocompletion and documentation.mitchell
2015-04-30Updated Lua autocompletion and documentation.mitchell
2015-04-19Updated Lua autocompletion and documentation.mitchell
2015-04-01Updated Lua autocompletion and documentation.mitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-12Lua code cleanup.mitchell
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
2015-03-10Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.mitchell
2015-03-10Updated Lua autocompletion and documentation.mitchell
2015-01-20Updated Lua autocompletion and documentation.mitchell
2015-01-09Updated Lua autocompletion and documentation.mitchell
2014-12-31Updated copyright year.mitchell
2014-11-30Updated Lua autocompletion and documentation.mitchell
2014-09-29Updated Lua autocompletion and documentation.mitchell
2014-09-01Updated Lua autocompletion and documentation.mitchell
2014-07-10Updated Lua autocompletion and documentation.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-05-31Updated Lua autocompletions and documentation.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-05-28Utilize list separator characters instead of hard-coded characters.mitchell
2014-05-25ANSI C and Lua language module tweaks.mitchell
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
2014-04-30Updated documentation.mitchell
2014-04-10Updated Lua Adeptsense.mitchell
2014-04-01Updated Lua Adeptsense; modules/lua/init.luamitchell
2014-03-28Updated Lua Adeptsense.mitchell