aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-06Added more LuaDoc, shebang recognition; ext/core/mime_types.luamitchell
Shebangs are split into words which are looked up in a shebangs table to determine the proper lexer language for the buffer.
2007-08-06Fixed bug with opening files via command line arguments; init.luamitchell
When the path to the Textadept executable is not specified, base_dir is nil. Attempting to concat it with a filename throws an error, so base_dir defaults to the empty string.
2007-08-06Initial import of utility scripts.mitchell
2007-08-06Initial import of the cpp module.mitchell
2007-08-06Initial import of the lua module.mitchell
2007-08-06Initial import of the textadept module.mitchell
2007-08-06Initial import of Textadept Lua init script.mitchell
2007-08-06Initial import of extension Lua files.mitchell
2007-08-06Initial import of core Lua files.mitchell
2007-08-06Initial import of core C files.mitchell