aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/markdown.lua
AgeCommit message (Expand)AuthorFilesLines
2020-07-14lexlua: Minor pattern refactoring.mitchell1-2/+2
2020-07-08lexlua: Convert uses of `lexer.STYLE_*` to `lexer.styles.*`.mitchell1-3/+3
2020-07-07lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.mitchell1-9/+10
2020-06-25lexlua: Updated Markdown lexer to handle code blocks and spans better.mitchell1-7/+15
2020-04-25Reformatted Lua LPeg lexers and added new convenience functions and pattern.mitchell1-76/+55
2019-12-31Updated copyright year for lexlua-specific bits of LongTerm3.mitchell1-1/+1
2019-06-02lexlua: Updated Markdown lexer.mitchell1-6/+24
2019-02-16Updated copyright year.mitchell1-1/+1
2018-10-24lexlua: Updated Markdown lexer.mitchell1-8/+13
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
2018-03-11Added optional Lua lexer support.mitchell1-0/+102