aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples
AgeCommit message (Collapse)AuthorFilesLines
2020-04-07Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.Yury Dubinsky3-7/+23
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.
2020-04-06Bug [#2164]. Change line comments to terminate at next line start.Neil2-272/+272
This changes the lexing test results a lot since line comments are common.
2020-02-03Bug [#2143]. Add test case for comment start in number.Neil2-0/+22
This is before-fix and demonstrates the issue.
2020-02-03Bug [#2139]. Add test case for compound decorator.Neil4-12/+17
This is before-fix and demonstrates the issue. Remove the .new file as that is a temporary.
2020-01-22Adding test for makefile lexer.Neil3-0/+33
2020-01-18Adding test for batch lexer.Neil3-0/+55
2020-01-04Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLINEs andMark Reay1-4/+4
HEREDOCs style termination.
2020-01-03Added Raku lexer and style properties and example filesMark Reay3-0/+221
2019-12-14Lexilla tests.Neil39-0/+1259