aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_lexlua.lua
AgeCommit message (Collapse)AuthorFilesLines
2020-03-29lexlua: Fixed incorrect grammar building for lexers that embed themselves.mitchell1-0/+2
When there is no initial '*_whitespace' style, child lexers should prefer their parent's grammar rather than their own.
2020-03-28Switch to 1-based style numbers internally in Lua.mitchell1-4/+4
2020-03-26Switch to 1-based indices in Lua.mitchell1-3/+3
The only external, 3rd party lexers that would be affected are those implementing their own fold functions.
2018-10-26lexlua: Fixed HTML unit test with lexer update.mitchell1-5/+3
2018-06-12Added unit tests for Lua LPeg lexers.mitchell1-0/+1148