aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/file_types.lua
AgeCommit message (Expand)Author
2016-04-02Code cleanup.mitchell
2016-01-23Added support for PICO-8; modules/textadept/file_types.luamitchell
2016-01-14Added support for Docker and MoonScript.mitchell
2016-01-02Added support for APL, Faust, Ledger, man/roff, and Pure.mitchell
2015-12-31Updated copyright date.mitchell
2015-12-07Added support for AutoIt.mitchell
2015-12-03Added support for the Icon language.mitchell
2015-11-16Added support for SNOBOL4.mitchell
2015-09-29Added Gherkin lexer.mitchell
2015-09-24Do not emit LEXER_LOADED for the command entry; modules/textadept/file_types.luamitchell
2015-06-09Added support for Windows Script Files; modules/textadept/file_types.luamitchell
2015-06-01Better solution for previous commit; modules/textadept/file_types.luamitchell
2015-05-13Allow "#!/usr/bin/env ..." file detection; modules/textadept/file_types.luamitchell
2015-05-07Added support for Elixir.mitchell
2015-03-19Added some support for Rust and TOML.mitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-11Nimrod is now Nim.mitchell
2015-03-10Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.mitchell
2015-03-09Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.mitchell
2015-03-07Added Fish lexer; modules/textadept/file_types.luamitchell
2015-01-15Added filetypes for vCard and Texinfo lexers; modules/textadept/file_types.luamitchell
2014-12-31Updated copyright year.mitchell
2014-10-05Replaced command entry text field with a Scintilla buffer.mitchell
2014-09-15Added Xtend lexer; modules/textadept/file_types.luamitchell
2014-06-12Lua code cleanup.mitchell
2014-05-10Recognize reST and YAML files.mitchell
2014-03-01Use `assert(...)` as a shortcut for `if not ... then error() end`.mitchell
2014-01-12Updated copyright information.mitchell
2014-01-01Merge the separate Textadept and lexer Lua states into a single unified one.mitchell
2013-12-22Fixed error in file types; modules/textadept/file_types.luamitchell
2013-12-18Renamed "hypertext" lexer to "html".mitchell
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