aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla
AgeCommit message (Expand)AuthorFilesLines
2020-05-19Update version.Neil1-2/+2
2020-05-19Use pathlib in generator scripts.Neil1-13/+14
2020-05-17On Unix call shared object liblexilla instead of lexilla to match platformNeil3-4/+6
2020-05-11Set calling convention to stdcall to match clients and old DLL lexers andNeil3-5/+12
2020-05-11Support Windows XP.Neil1-1/+15
2020-05-05Fixed bug where a single character line with a single character line endYury Dubinsky2-0/+10
2020-05-01Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 likeNeil3-0/+11
2020-04-30Add a script to make it easier to test lexers on Unix.Neil1-0/+7
2020-04-30Bug [#2019]. Fix buffer over-read with absolute reference.Zufu Liu2-0/+32
2020-04-30Fix line ends on example files.Neil3-188/+188
2020-04-30Add tests for mmixal lexer.Neil5-0/+176
2020-04-30Add tests for errorlist lexer.Neil3-0/+208
2020-04-23Updates for 4.3.3.rel-4-3-3Neil1-1/+1
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-1/+4
2020-04-17Making dependencies now requires Python 3.6+.Neil5-7/+9
2020-04-16Remove dead code.Neil1-7/+0
2020-04-13Add test that illustrates all Python styles.Neil3-0/+127
2020-04-13Fix inverted test.Neil1-1/+1
2020-04-13Add test for differing styles between \r and \n.Neil1-0/+46
2020-04-13Hide implementation of EscapeSequence and use const. Add tests for escapeNeil2-0/+14
2020-04-13Replace islower function and add tests for JavaScript regular expressions.Neil3-3/+12
2020-04-07Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.Yury Dubinsky3-7/+23
2020-04-06Bug [#2164]. Change line comments to terminate at next line start.Neil2-272/+272
2020-03-26Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers.Neil1-0/+165
2020-03-06Readying 4.3.1 release.rel-4-3-2Neil1-1/+1
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil2-3/+3
2020-02-03Bug [#2143]. Add test case for comment start in number.Neil2-0/+22
2020-02-03Add batch file to test lexers.Neil1-0/+7
2020-02-03Bug [#2139]. Add test case for compound decorator.Neil4-12/+17
2020-01-26Add version information resource to Lexilla.DLL on Win32.Neil5-6/+65
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
2020-01-03Added Raku lexer and style properties and example filesMark Reay7-0/+252
2020-01-04Implement negative relative positions in GetRelativePosition.Neil1-2/+26
2020-01-04Add lexilla/src to include directories to find "Lexilla.h".Neil1-4/+4
2019-12-14Lexilla tests.Neil39-0/+1259
2019-12-22Lexilla testing framework.Neil9-0/+913
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil2-2/+2
2019-12-13Lexilla implemented as loadable lexer.Neil9-0/+3820