aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/markdown.lua
AgeCommit message (Collapse)AuthorFilesLines
2018-10-24lexlua: Updated Markdown lexer.mitchell1-8/+13
Thanks to Alexander Misel.
2018-10-07lexlua: Handle CR+LF in horizontal rules for Markdown.mitchell1-2/+2
2018-06-16Fixed incorrect highlighting of indented markdown lists.mitchell1-5/+5
They were being identified as blockcode.
2018-03-11Added optional Lua lexer support.mitchell1-0/+102
This support is disabled by default and must be enabled via compile-time option.