aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ext/mime_types.lua
Commit message (Expand)AuthorAge
* Reload lexer module after textadept.reset(); core/ext/mime_types.luaGravatar mitchell2010-02-21
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Fixed bug in core/ext/mime_types.lua caused during textadept.reset().Gravatar mitchell2009-08-22
* Fixed bugs in core/ext/mime_types.lua related to set_lexer().Gravatar mitchell2009-07-26
* Documentation overhaul.Gravatar mitchell2009-07-25
* Removed [Local {function,table}] documentation from being shown in LuaDoc.Gravatar mitchell2009-07-19
* Fix bugs related to core/events.lua changes.Gravatar mitchell2009-07-18
* Lua code cleanup.Gravatar mitchell2009-07-12
* Fixed bug with lexer restoration.Gravatar mitchell2009-07-11
* Restore lexer, don't keep querying mime-types tables; core/ext/mime_types.luaGravatar mitchell2009-07-09
* Lua code cleanup.Gravatar mitchell2009-07-12
* Fixed bug with lexer restoration.Gravatar mitchell2009-07-11
* Restore lexer, don't keep querying mime-types tables; core/ext/mime_types.luaGravatar mitchell2009-07-09
* Mime-types can be user-redefinable; core/ext/mime_types.luaGravatar mitchell2009-07-07
* Use before_switch and after_switch events for buffers and views.Gravatar mitchell2009-06-19
* Forgot to close the configuration file being read; core/ext/mime_types.luaGravatar mitchell2009-02-17
* Moved mime-type configuration into a configuration file.Gravatar mitchell2009-02-17
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Replaced str:match with str:find where applicable for speed improvements.Gravatar mitchell2009-01-25
* Various improvements to speed and readability of Lua code.Gravatar mitchell2009-01-10
* Reformatted all C and Lua code to a single standard for each language.Gravatar mitchell2009-01-08
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01
* Fixes to recognize Windows path separators.Gravatar mitchell2008-12-30
* Changed core/ext/mime_types.lua to use 'sql' lexer instead of 'mysql'.Gravatar mitchell2008-09-04
* Added first-line pattern matching to determine lexer; core/ext/mime_types.luaGravatar mitchell2008-08-08
* Added menu options and mime types for 3 new lexers.Gravatar mitchell2008-08-07
* Added mime type for R files; core/ext/mime_types.luaGravatar mitchell2008-07-21
* Added additional mime types, some for new lexers; core/ext/mime_types.luaGravatar mitchell2008-07-15
* Added mime types for new lexers; core/ext/mime_types.luaGravatar mitchell2008-07-14
* Fixed bug with '%' in selected text for replacing; core/ext/find.luaGravatar mitchell2008-06-24
* Added mime type for Ragel files; core/ext/mime_types.luaGravatar mitchell2008-05-25
* Updated copyright notice to include the year 2008.Gravatar mitchell2008-03-03
* Fixed setting of Ruby lexer after detecting filetype; core/ext/mime_types.luaGravatar mitchell2007-12-24
* Renamed handlers module to events, updated everything to reflect changes.Gravatar mitchell2007-08-15
* Renamed textadept.handlers' add_function_to_handler to add_handler_function.Gravatar mitchell2007-08-10
* Renamed modules global to _m.Gravatar mitchell2007-08-09
* Added new LuaDoc, updated existing LuaDoc to be more consistent.Gravatar mitchell2007-08-09
* Added more LuaDoc, shebang recognition; ext/core/mime_types.luaGravatar mitchell2007-08-06
* Initial import of extension Lua files.Gravatar mitchell2007-08-06