Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-04 | lexlua: Support single quotes in C++14 integer literals. | mitchell | 1 | -1/+5 | |
2019-06-02 | lexlua: Updated Markdown lexer. | mitchell | 1 | -6/+24 | |
Thanks to Alexander Misel. | |||||
2019-04-08 | lexlua: Fixed rule order in YAML lexer. | mitchell | 1 | -1/+1 | |
2019-04-08 | lexlua: Fixed lack of highlighting strings in YAML. | mitchell | 1 | -0/+1 | |
2019-03-27 | lexlua: Added support for CSS 3. | mitchell | 1 | -2/+9 | |
2019-02-16 | Updated copyright year. | mitchell | 129 | -129/+129 | |
2019-01-31 | Updated dmd lexer. | mitchell | 1 | -4/+3 | |
Thanks to Jonathon Levi. | |||||
2019-01-31 | Do not match '..' on the trailing end of floats. | mitchell | 1 | -1/+2 | |
2018-11-25 | lexlua: Updated ConTeXt Lua lexer with proper diff. | mitchell | 1 | -10/+14 | |
2018-11-25 | lexlua: Updated ConTeXt lexer. | mitchell | 1 | -15/+19 | |
Thanks to Lars Otter. | |||||
2018-10-24 | lexlua: Fixed typo in a previous commit to lexer.lua. | mitchell | 1 | -1/+1 | |
2018-10-24 | lexlua: Updated Markdown lexer. | mitchell | 1 | -8/+13 | |
Thanks to Alexander Misel. | |||||
2018-10-24 | lexlua: Tweaked newline pattern to be more syntactically accurate. | mitchell | 1 | -2/+2 | |
2018-10-12 | lexlua: Improved HTML folding of traditionally single elements. | mitchell | 1 | -15/+25 | |
Before, elements were only folded if they were XHTML valid. | |||||
2018-10-07 | lexlua: Handle CR+LF in horizontal rules for Markdown. | mitchell | 1 | -2/+2 | |
2018-08-10 | lexlua: Updated ConTeXt lexer. | mitchell | 1 | -2/+6 | |
2018-06-16 | Fixed incorrect highlighting of indented markdown lists. | mitchell | 1 | -5/+5 | |
They were being identified as blockcode. | |||||
2018-06-12 | Fixed child lexers that embed themselves into parents and fixed proxy lexers. | mitchell | 1 | -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-05 | Handle legacy lexer "_fold" functions. | mitchell | 1 | -0/+2 | |
2018-04-07 | lexlua: Added 'var' keyword for C#. | mitchell | 1 | -1/+1 | |
2018-03-26 | Removed unwanted files in lexlua/.rel-3-8-0 | mitchell | 4 | -2149/+0 | |
2018-03-11 | Added optional Lua lexer support. | mitchell | 134 | -0/+13607 | |
This support is disabled by default and must be enabled via compile-time option. |