aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/file_types.lua
AgeCommit message (Expand)Author
2013-12-12More LuaDoc updates.mitchell
2013-11-14Added support for Dart; modules/textadept/file_types.luamitchell
2013-11-07New ANSI C lexer.mitchell
2013-10-23Added ASM lexer and compile and run commands.mitchell
2013-10-21More LuaDoc updates.mitchell
2013-10-18The buffer API applies to all buffers now, not just the global one.mitchell
2013-10-06Added Nimrod lexer and compile and run commands.mitchell
2013-09-29Added new `ui.dialogs` module for more user-friendly dialog support.mitchell
2013-09-27Integrated compile and run commands for most languages.mitchell
2013-09-06Updated LuaDoc.mitchell
2013-09-01Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.mitchell
2013-08-31Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-08-25Renamed `LANGUAGE_MODULE_LOADED` event to `LEXER_LOADED` and reverted r1500.mitchell
2013-07-08Renamed Textadept module's "mime_types" to "file_types" and removed config file.mitchell