aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua
AgeCommit message (Collapse)AuthorFilesLines
2018-10-24lexlua: Fixed typo in a previous commit to lexer.lua.mitchell1-1/+1
2018-10-24lexlua: Updated Markdown lexer.mitchell1-8/+13
Thanks to Alexander Misel.
2018-10-24lexlua: Tweaked newline pattern to be more syntactically accurate.mitchell1-2/+2
2018-10-12lexlua: Improved HTML folding of traditionally single elements.mitchell1-15/+25
Before, elements were only folded if they were XHTML valid.
2018-10-07lexlua: Handle CR+LF in horizontal rules for Markdown.mitchell1-2/+2
2018-08-10lexlua: Updated ConTeXt lexer.mitchell1-2/+6
2018-06-16Fixed incorrect highlighting of indented markdown lists.mitchell1-5/+5
They were being identified as blockcode.
2018-06-12Fixed child lexers that embed themselves into parents and fixed proxy lexers.mitchell1-6/+8
Since the _NAME field of the parent lexer was changed, embedded child references to it are no longer valid. Keep a copy of the parent name for reference.
2018-06-05Handle legacy lexer "_fold" functions.mitchell1-0/+2
2018-04-07lexlua: Added 'var' keyword for C#.mitchell1-1/+1
2018-03-26Removed unwanted files in lexlua/.rel-3-8-0mitchell4-2149/+0
2018-03-11Added optional Lua lexer support.mitchell134-0/+13607
This support is disabled by default and must be enabled via compile-time option.