aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/lexer.lua
AgeCommit message (Expand)AuthorFilesLines
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