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
2021-04-14
Fixed file extension conflicts.
mitchell
2021-04-13
Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.
mitchell
2021-04-11
Initial pass reformatting all code.
mitchell
2021-02-11
Added support for TypeScript.
mitchell
2021-01-29
Updated copyright information.
mitchell
2021-01-12
Added Xs support.
mitchell
2021-01-12
Added systemd support.
mitchell
2021-01-12
Added Spin support.
mitchell
2021-01-12
Added RouterOS support.
mitchell
2021-01-12
Added fstab support.
mitchell
2021-01-12
Added systemd-networkd support.
mitchell
2021-01-12
Added Zig support.
mitchell
2021-01-11
Added Reason support.
mitchell
2021-01-11
Added Pony support.
mitchell
2021-01-11
Added Meson support.
mitchell
2021-01-11
Added Julia support.
mitchell
2021-01-11
Added Fantom support.
mitchell
2021-01-11
Added Elm support.
mitchell
2021-01-11
Added Clojure support.
mitchell
2021-01-08
Fixed minor file extension issues.
mitchell
2020-10-20
Code cleanup.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-09-14
Added support for jq.
mitchell
2020-08-04
Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.
mitchell
2020-07-03
Added support for Fennel.
mitchell
2020-06-10
Renamed some buffer/view fields to use American English instead of Australian.
mitchell
2020-05-25
Allow views to be used as buffers and update API.
mitchell
2020-03-26
Switched to 1-based indices for buffer positions, lines, and countable entities.
mitchell
2020-03-11
Replaced `buffer.style_name` table with `buffer:name_of_style()`.
mitchell
2020-03-07
Ask LPeg lexer which lexers are available instead of searching for them.
mitchell
2020-03-03
Added test suite and API type checking for more helpful error messages.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-12-28
Added support for txt2tags.
mitchell
2019-09-19
Small LuaDoc tweak.
mitchell
2019-08-05
Added support for ksh and mksh shells.
mitchell
2019-03-27
Recognize '.vue' and '.yml' file extensions.
mitchell
2019-02-20
Added '#cloud-config' pattern for YAML files.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-04-07
Fixed restoration of vertical scroll for buffers with different line heights.
mitchell
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
[next]