aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/lexer.lua
AgeCommit message (Expand)AuthorFilesLines
2020-08-23lexlua: Documented color restrictions for the curses platform.mitchell1-1/+13
2020-08-03lexlua: Deprecated `lexer.fold_line_comments()` in favor of `lexer.fold_conse...mitchell1-15/+31
2020-07-27lexlua: Updated LuaDoc documentation.mitchell1-4/+4
2020-07-18lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.mitchell1-0/+25
2020-07-14lexlua: Minor pattern refactoring.mitchell1-2/+2
2020-07-13lexlua: Deprecated some unused lexer patterns.mitchell1-18/+16
2020-07-13lexlua: Return `lexer.colors.name` as a number if possible.mitchell1-1/+4
2020-07-07lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.mitchell1-150/+164
2020-06-10Revert previous commit.mitchell1-2/+2
2020-06-10Support American English "changable" style setting in LexerLPeg.mitchell1-3/+3
2020-04-25Reformatted Lua LPeg lexers and added new convenience functions and pattern.mitchell1-34/+94
2020-03-29lexlua: Fixed incorrect grammar building for lexers that embed themselves.mitchell1-1/+2
2020-03-28Switch to 1-based style numbers internally in Lua.mitchell1-57/+54
2020-03-26Switch to 1-based indices in Lua.mitchell1-11/+11
2020-03-06More LexLPeg refactoring, including a safer Lua state.mitchell1-24/+22
2019-12-31Updated copyright year for lexlua-specific bits of LongTerm3.mitchell1-1/+1
2019-10-12lexlua: Prevent double-counting of fold points on a single line.mitchell1-1/+1
2019-02-16Updated copyright year.mitchell1-1/+1
2019-01-31Do not match '..' on the trailing end of floats.mitchell1-1/+2
2018-10-24lexlua: Fixed typo in a previous commit to lexer.lua.mitchell1-1/+1
2018-10-24lexlua: Tweaked newline pattern to be more syntactically accurate.mitchell1-2/+2
2018-06-12Fixed child lexers that embed themselves into parents and fixed proxy lexers.mitchell1-6/+8
2018-06-05Handle legacy lexer "_fold" functions.mitchell1-0/+2
2018-03-11Added optional Lua lexer support.mitchell1-0/+1865