Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-05 | Fix module ::-syntax when special characters such as 'x' are used. | Kein-Hong Man | 1 | -1/+1 | |
Added ' and " detection as prefix chars for x repetition operator. | |||||
2015-12-28 | Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20. | Kein-Hong Man | 2 | -0/+478 | |
2015-12-18 | Bug [#1793]. Add support for Perl 5.22. | Kein-Hong Man | 2 | -0/+356 | |
Double-diamond operator <<>> Hexadecimal floating point literals Repetition in list assignment Added example file to the lexing tests and changed lexing tests to allow larger files and to standardise on Unix line ends when testing these larger files to avoid spurious failures. | |||||
2013-06-29 | Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix. | Neil | 2 | -2/+4 | |
2013-04-14 | Adding example file extensions to native file setting so tests work. | nyamatongwe | 3 | -15/+15 | |
2013-04-05 | Added tests for Ruby and Perl lexers. | nyamatongwe | 4 | -0/+22 | |
2013-04-05 | Added test for Lua lexer. | nyamatongwe | 2 | -0/+12 | |
2012-06-22 | Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments | nyamatongwe | 2 | -2/+2 | |
inside preprocessor directives. Includes code from Marko Njezic. | |||||
2012-06-22 | Prevent empty lines from continuing preprocessor style. | nyamatongwe | 2 | -0/+10 | |
2012-03-25 | Avoid warnings from example code. | nyamatongwe | 2 | -2/+2 | |
2012-03-25 | Add test for bug #3509317. | nyamatongwe | 2 | -0/+8 | |
2011-03-27 | Fix for bug with wrong recognition of number after regex literal. Bug #3209108. | nyamatongwe | 2 | -0/+2 | |
Added test for this case. | |||||
2010-09-04 | Fix for bug #3058924 wrong highlighting for float literals containing +/-. | nyamatongwe | 2 | -0/+6 | |
Tests added for example numeric literals. | |||||
2010-08-04 | Added test for bug #3038381. | nyamatongwe | 2 | -0/+8 | |
2009-06-16 | Style numbers changed for D. | nyamatongwe | 1 | -3/+3 | |
2009-05-27 | Handles BOM on input files by removing. | nyamatongwe | 2 | -0/+94 | |
Fixed for UTF-8 input. Added D test. | |||||
2009-05-12 | Include tests in standard repository. | nyamatongwe | 12 | -0/+98 | |