index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
file_types.lua
Age
Commit message (
Expand
)
Author
2018-01-25
Updated copyright year.
mitchell
2017-08-28
Added support for Myrddin.
mitchell
2017-04-30
Added support for Logtalk.
mitchell
2017-03-23
Fixed Moonscript association; modules/textadept/file_types.lua
mitchell
2017-03-16
Use the C++ lexer for the ".cc" extension; modules/textadept/file_types.lua
mitchell
2017-02-25
Added support for rc and Standard ML.
mitchell
2017-02-12
Print lexer initialization errors like normal errors.
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-10-06
Added support for Protobuf and Crystal.
mitchell
2016-09-15
Added TaskPaper lexer; modules/textadept/file_types.lua
mitchell
2016-06-15
Do not auto-load `post_init.lua` files in language modules anymore.
mitchell
2016-04-02
Code cleanup.
mitchell
2016-01-23
Added support for PICO-8; modules/textadept/file_types.lua
mitchell
2016-01-14
Added support for Docker and MoonScript.
mitchell
2016-01-02
Added support for APL, Faust, Ledger, man/roff, and Pure.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-12-07
Added support for AutoIt.
mitchell
2015-12-03
Added support for the Icon language.
mitchell
2015-11-16
Added support for SNOBOL4.
mitchell
2015-09-29
Added Gherkin lexer.
mitchell
2015-09-24
Do not emit LEXER_LOADED for the command entry; modules/textadept/file_types.lua
mitchell
2015-06-09
Added support for Windows Script Files; modules/textadept/file_types.lua
mitchell
2015-06-01
Better solution for previous commit; modules/textadept/file_types.lua
mitchell
2015-05-13
Allow "#!/usr/bin/env ..." file detection; modules/textadept/file_types.lua
mitchell
2015-05-07
Added support for Elixir.
mitchell
2015-03-19
Added some support for Rust and TOML.
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-11
Nimrod is now Nim.
mitchell
2015-03-10
Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.
mitchell
2015-03-09
Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.
mitchell
2015-03-07
Added Fish lexer; modules/textadept/file_types.lua
mitchell
2015-01-15
Added filetypes for vCard and Texinfo lexers; modules/textadept/file_types.lua
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-10-05
Replaced command entry text field with a Scintilla buffer.
mitchell
2014-09-15
Added Xtend lexer; modules/textadept/file_types.lua
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-05-10
Recognize reST and YAML files.
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-01-12
Updated copyright information.
mitchell
2014-01-01
Merge the separate Textadept and lexer Lua states into a single unified one.
mitchell
2013-12-22
Fixed error in file types; modules/textadept/file_types.lua
mitchell
2013-12-18
Renamed "hypertext" lexer to "html".
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-14
Added support for Dart; modules/textadept/file_types.lua
mitchell
2013-11-07
New ANSI C lexer.
mitchell
2013-10-23
Added ASM lexer and compile and run commands.
mitchell
2013-10-21
More LuaDoc updates.
mitchell
2013-10-18
The buffer API applies to all buffers now, not just the global one.
mitchell
2013-10-06
Added Nimrod lexer and compile and run commands.
mitchell
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
[next]