aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/LPegLexer.html
AgeCommit message (Expand)AuthorFilesLines
2020-08-23lexlua: Documented color restrictions for the curses platform.mitchell1-2/+14
2020-08-03lexlua: Deprecated `lexer.fold_line_comments()` in favor of `lexer.fold_conse...mitchell1-14/+13
2020-07-27lexlua: Updated documentation.mitchell1-4/+4
2020-07-18lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.mitchell1-0/+45
2020-07-13lexlua: Updated documentation.mitchell1-3/+3
2020-07-07lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.mitchell1-404/+205
2020-06-01lexlua: Added Fennel lexer.mitchell1-0/+2
2020-05-26Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name.mitchell1-1/+12
2020-04-25Reformatted Lua LPeg lexers and added new convenience functions and pattern.mitchell1-120/+113
2020-03-26Switch to 1-based indices in Lua.mitchell1-6/+6
2020-03-11LexLPeg now implements DefaultLexer and NameOfStyle().mitchell1-15/+15
2020-03-07LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL.mitchell1-13/+64
2019-12-28lexlua: Added txt2tags lexer.mitchell1-0/+2
2019-10-12lexlua: Added MediaWiki lexer.mitchell1-0/+1
2019-02-18Added documentation on using Scintilla as a Lua library.mitchell1-0/+32
2019-02-18Updated Lua LPeg lexer credits.mitchell1-0/+3
2018-03-11Added optional Lua lexer support.mitchell1-0/+2608