| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-25 | Reformatted Lua LPeg lexers and added new convenience functions and pattern. | mitchell | 1 | -120/+113 | |
| `lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`. `lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs. `lexer.number` replaces `lexer.float + lexer.integer`. Also added unit tests for lexer functions. | |||||
| 2020-03-26 | Switch to 1-based indices in Lua. | mitchell | 1 | -6/+6 | |
| The only external, 3rd party lexers that would be affected are those implementing their own fold functions. | |||||
| 2020-03-11 | LexLPeg now implements DefaultLexer and NameOfStyle(). | mitchell | 1 | -15/+15 | |
| The SCI_PRIVATELEXERCALL(styleNum, name) API is no longer supported. | |||||
| 2020-03-07 | LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL. | mitchell | 1 | -13/+64 | |
| 2019-12-28 | lexlua: Added txt2tags lexer. | mitchell | 1 | -0/+2 | |
| Thanks to Julien L. | |||||
| 2019-10-12 | lexlua: Added MediaWiki lexer. | mitchell | 1 | -0/+1 | |
| Thanks to Alexander Misel. | |||||
| 2019-02-18 | Added documentation on using Scintilla as a Lua library. | mitchell | 1 | -0/+32 | |
| 2019-02-18 | Updated Lua LPeg lexer credits. | mitchell | 1 | -0/+3 | |
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -0/+2608 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
