aboutsummaryrefslogtreecommitdiff
path: root/modules/ansi_c/init.lua
AgeCommit message (Collapse)Author
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-10Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.mitchell
2014-12-31Updated copyright year.mitchell
2014-12-24Fixed C module's ctag autocompletion and utilize project or directory tags.mitchell
Includes the current project's top-level tags file or the current directory's tags file automatically. That file does not need to be added to `_M.ansi_c.tags`.
2014-11-12Code and documentation cleanup.mitchell
2014-10-29Fixed bug in ANSI C autocompletion; modules/ansi_c/init.luamitchell
2014-06-30Condensed manual and API documentation into single files.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-01-12Updated copyright information.mitchell
2013-11-07New ANSI C lexer.mitchell
C/C++ lexer was separated into ANSI C and C++ lexers. Also took the opportunity to use shorter macros in compile/run commands.