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