aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/file_types.lua
AgeCommit message (Expand)Author
2021-01-12Added systemd-networkd support.mitchell
2021-01-12Added Zig support.mitchell
2021-01-11Added Reason support.mitchell
2021-01-11Added Pony support.mitchell
2021-01-11Added Meson support.mitchell
2021-01-11Added Julia support.mitchell
2021-01-11Added Fantom support.mitchell
2021-01-11Added Elm support.mitchell
2021-01-11Added Clojure support.mitchell
2021-01-08Fixed minor file extension issues.mitchell
2020-10-20Code cleanup.mitchell
2020-09-29Updated copyright information.mitchell
2020-09-14Added support for jq.mitchell
2020-08-04Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.mitchell
2020-07-03Added support for Fennel.mitchell
2020-06-10Renamed some buffer/view fields to use American English instead of Australian.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-11Replaced `buffer.style_name` table with `buffer:name_of_style()`.mitchell
2020-03-07Ask LPeg lexer which lexers are available instead of searching for them.mitchell
2020-03-03Added test suite and API type checking for more helpful error messages.mitchell
2019-12-31Updated copyright year.mitchell
2019-12-28Added support for txt2tags.mitchell
2019-09-19Small LuaDoc tweak.mitchell
2019-08-05Added support for ksh and mksh shells.mitchell
2019-03-27Recognize '.vue' and '.yml' file extensions.mitchell
2019-02-20Added '#cloud-config' pattern for YAML files.mitchell
2019-02-16Updated copyright year.mitchell
2018-04-07Fixed restoration of vertical scroll for buffers with different line heights.mitchell
2018-01-25Updated copyright year.mitchell
2017-08-28Added support for Myrddin.mitchell
2017-04-30Added support for Logtalk.mitchell
2017-03-23Fixed Moonscript association; modules/textadept/file_types.luamitchell
2017-03-16Use the C++ lexer for the ".cc" extension; modules/textadept/file_types.luamitchell
2017-02-25Added support for rc and Standard ML.mitchell
2017-02-12Print lexer initialization errors like normal errors.mitchell
2016-12-31Updated copyright information.mitchell
2016-10-06Added support for Protobuf and Crystal.mitchell
2016-09-15Added TaskPaper lexer; modules/textadept/file_types.luamitchell
2016-06-15Do not auto-load `post_init.lua` files in language modules anymore.mitchell
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